Loading Tool

Explorer IconExplorer

Memory Pool

84,774 transactions
30.52 vMB
0.13326473 BTC
Random Selection Loading Transactions
Max Size: 185.40/200 MB

Candidate Block

Mining Attempt 6be17373fd1a9c5cd4ef78f8c13d12d28e5cbf734d284f77e77fbb3edc60a2aa
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root ce123cfe617ff393423d8e87bb7da3757b20f5e07676dd73924448d9a1d7ed89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,931
Size: 1.00 vMB
Total Fees: 0.07053142 BTC
Feerates: 170.36 > 7.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (809,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,946 105,946 000000000001f44ea4082816b13f4afcac75165a73432f7f7b946b644cdb4a19 6 0.00/1.00 vMB 0
105,945 105,945 000000000000eb1f308021107e871d5c2360996fda926f6b87c115592a890250 22 0.01/1.00 vMB 0
105,944 105,944 000000000000e8053a2b159b8f34bcd455c4eb46d8d4e2c4ad20a83ded7224a4 2 0.00/1.00 vMB 0
105,943 105,943 0000000000022c8295115701492bbf3ea7b9b621c84b1a5675c6cb5a6527ab30 1 0.00/1.00 vMB 0
105,942 105,942 0000000000002113b1f365c35b92b6b03097e6ec6b921cf2ec4cf4b63dd8c84c 1 0.00/1.00 vMB 0
105,941 105,941 0000000000009eea33739e3e69461de2cc5c899b055fa1f2340129aacd8a4296 2 0.00/1.00 vMB 0
105,940 105,940 0000000000015a5cd0b4fdc702bd84c21dace46ed1f044c14cec9feae670de2b 3 0.00/1.00 vMB 0
105,939 105,939 000000000001dea007661d12e83702e5ec930e4b3fc8c53a58f50961dbfe5979 23 0.01/1.00 vMB 0
105,938 105,938 000000000000b7ce3a44fdc3eb9e97e770ec3bd760d9ef9c84411a02bb94bc77 1 0.00/1.00 vMB 0
105,937 105,937 00000000000206586aa08bba7157a678af9c4c75cbc3513ae3d5eef6e1c25c96 1 0.00/1.00 vMB 0
105,936 105,936 00000000000087692b4a6ee8f84d23f947b314a8c57004e1147560fbcb747723 1 0.00/1.00 vMB 0
105,935 105,935 000000000000fefb991d61512fc0dccd5a9c62a905bfc498cda933bbc6cc7af2 1 0.00/1.00 vMB 0
105,934 105,934 00000000000063f2f0c2cb697c61fb684a2f6e7df1948ab779850f9b48f3b0b3 1 0.00/1.00 vMB 0
105,933 105,933 000000000002c1b30bbca4c540459126d47af34945795666ad73ef04be526320 1 0.00/1.00 vMB 0
105,932 105,932 000000000000087b16cdde8627c2ad9ba993f947467208c7d039e9fefb114f43 1 0.00/1.00 vMB 0
105,931 105,931 0000000000009d7b2c4b7c5ab070d547c1fa1cd214172d6cc76c4e1e231ca25b 1 0.00/1.00 vMB 0
105,930 105,930 00000000000188e21280598c0cc396cbc2b4a569d8933b5bd37a99cf619835bb 1 0.00/1.00 vMB 0
105,929 105,929 000000000002b300f2677dc3bc50ccb5eed5af262aba2d8872e6cc75bb819788 3 0.00/1.00 vMB 2
105,928 105,928 00000000000059fb473613cea2bacb5f783c88059f8250ad4a89dd3a27e0b8ec 1 0.00/1.00 vMB 0
105,927 105,927 000000000002e9e0b6646ddafd22ba698b769db6616f41853c01f75f57761523 6 0.00/1.00 vMB 0
105,926 105,926 000000000001a6f12a6844b1ad2a6cb457edac661deb0a041e89e8086134b575 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 660.27 GB
    • Received: 14.66 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.