Loading Tool

Explorer IconExplorer

Memory Pool

84,328 transactions
31.66 vMB
0.14250930 BTC
Random Selection Loading Transactions
Max Size: 189.13/200 MB

Candidate Block

Mining Attempt 88af57071d211b39d584374212257fe474cb2a959423039711028fc9da13571f
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root c986597e0b61eae6933f2766f3260625576f443fdd610a0d704f5897820c8c30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.03758370 BTC
Feerates: 55.77 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (336,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,156 578,156 0000000000000000001915ab1c41ea16cde2a6380f0747af0f54a42c074abb35 2,336 1.00/1.00 vMB 61
578,155 578,155 0000000000000000001678162c46280a673007e5f0eb161b2fcbb4a630fff99d 2,365 1.00/1.00 vMB 61
578,154 578,154 0000000000000000000a2ac3bb2769c3a9617195e6c4e01e08ecdc58eda0c7ca 2,118 1.00/1.00 vMB 67
578,153 578,153 000000000000000000257647fb29ce964ddf2b27c639ae60c4c90fafe5c42e53 1,680 1.00/1.00 vMB 13
578,152 578,152 0000000000000000000c282595a3ae890809b84366fb75e0e5989db406c865da 2,723 1.00/1.00 vMB 127
578,151 578,151 000000000000000000109c2fc7b0d3bf6bdc34470b7fe9d507e88ae1e13fcc21 1,465 1.00/1.00 vMB 37
578,150 578,150 0000000000000000001fdf1c52b314b7053d2c11aadfdc0a368c4440b2417170 1,921 1.00/1.00 vMB 38
578,149 578,149 00000000000000000005bd8305e61134b35e85b309fd8731967f37dbdd25ba3e 2,110 1.00/1.00 vMB 104
578,148 578,148 00000000000000000027c4b44ccf763568fd653e7ed955f02fbda910652c9af4 2,405 1.00/1.00 vMB 37
578,147 578,147 0000000000000000001d29acd40d0a4f350a9d2e115c1aa580d1a91508c85954 2,683 1.00/1.00 vMB 155
578,146 578,146 0000000000000000001d3e5264d70d42a665310a2b5fc98ab2baff31c714aec0 2,398 1.00/1.00 vMB 51
578,145 578,145 0000000000000000001fbd040d3f3b05713b18edbebcc137870731e10db29022 1,657 1.00/1.00 vMB 23
578,144 578,144 0000000000000000000c5b44c2e8196c615f1a856fb023cb58fd62c0590434fc 1,935 1.00/1.00 vMB 57
578,143 578,143 00000000000000000027777da23126d7edc38fcc9a5ed046089b6e8ac876fe45 2,887 1.00/1.00 vMB 36
578,142 578,142 00000000000000000028e2f65a4f8d0ae92f99c9f3147ca9233cd5f228e6b6ba 2,359 1.00/1.00 vMB 94
578,141 578,141 00000000000000000022ea15acccabee11b79e57db44afeeefc094beb1131b02 2,382 1.00/1.00 vMB 86
578,140 578,140 00000000000000000005819c1a3342dde3774952849d1bda1e5ee6cd5839f27c 2,243 1.00/1.00 vMB 127
578,139 578,139 000000000000000000265fec59dec444e03a2bd881de93c25ffa4bf4d36305b9 2,729 1.00/1.00 vMB 147
578,138 578,138 000000000000000000137c80304a831c5203993da4adf5a732fb4b286ca1ee95 2,216 1.00/1.00 vMB 109
578,137 578,137 0000000000000000001c637c8da31e3dbe88e10e9f9b1f438960637ae9f5fde5 2,395 1.00/1.00 vMB 109
578,136 578,136 000000000000000000178ead2fcb0c9ea9dbd9c437c41f1c7b22e98e35c852ac 2,284 1.00/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.