Loading Tool

Explorer IconExplorer

Memory Pool

41,040 transactions
25.86 vMB
0.05362877 BTC
Random Selection Loading Transactions
Max Size: 135.11/200 MB

Candidate Block

Mining Attempt b1421595dcad983fcb5a896c0043bc878afdb6ac35d9ad4235613f93a0c6d476
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root 636816b9330497413b82ded0af7e358d3372d7fef64c4e5cc51682628ff0451b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,542
Size: 1.00 vMB
Total Fees: 0.00672795 BTC
Feerates: 75.74 > 0.67 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (821,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,179 93,179 0000000000024e3c0a7d285d6e74ee44407cc03d38d555967ab23c6141774baa 8 0.00/1.00 vMB 546
93,178 93,178 0000000000074bb1419e6298fd4e224de0eefffd4116bc25eb9e0b2cf08efc2a 9 0.00/1.00 vMB 490
93,177 93,177 0000000000026fb9842c13063136faf485a07e8bba53310291c9d9c6fbe8133d 1 0.00/1.00 vMB 0
93,176 93,176 00000000000024aa75c19e802b13ef2ba3a82e0b9bb11278ef3e2a634ddff3c2 1 0.00/1.00 vMB 0
93,175 93,175 0000000000011baeefde1a93f867ccc4d14d0780493dcb0170bcaae3c745200e 2 0.00/1.00 vMB 0
93,174 93,174 0000000000064477ab06cad56d1cf7da09264ad58cb010aa510ab658821a81c7 4 0.00/1.00 vMB 0
93,173 93,173 0000000000084d942d410fcb38211a6bc1f7e3474400e0694a57bad157c1f380 1 0.00/1.00 vMB 0
93,172 93,172 00000000000216249e1f9b6b809869062bd5b764e4a2942b9fcc010882bdc912 6 0.00/1.00 vMB 470
93,171 93,171 0000000000029a8b0cc1dce716e8e4081e32b671226c0ce56482b8d9147ffd68 2 0.00/1.00 vMB 0
93,170 93,170 000000000004811015b1ee0aea7e5df7bb21e91130649352ad38ee2e480b0383 2 0.00/1.00 vMB 3,875
93,169 93,169 000000000003a037e4aafa9ef9f5af050181f5e4368376a2c712c2a9870b48c4 1 0.00/1.00 vMB 0
93,168 93,168 0000000000006aa703a826dcb8505c3d8dbca0e37812b9150745bacfa4b51f65 4 0.00/1.00 vMB 1,293
93,167 93,167 000000000004fc70fbae8fdd2f037aad524e41a9c39bb684d9d64a8aa9578833 6 0.00/1.00 vMB 1,133
93,166 93,166 000000000002c67448a4b2e72453c71b6cc7e3ba7f32b3cc4c59839692838098 1 0.00/1.00 vMB 0
93,165 93,165 0000000000041d89236918129da26bc20ac5275a892bb4b12d955c188d574c07 1 0.00/1.00 vMB 0
93,164 93,164 00000000000770fe6e1c4ecee258e2265a79682b655e8311409463833787af49 3 0.00/1.00 vMB 0
93,163 93,163 0000000000098a41143624943c14f4b3eb3e7161b9a67f474f36d93604adb349 5 0.00/1.00 vMB 968
93,162 93,162 000000000003e9d54a3680ee5c380812768bfbbfaea1ac3462418205080e25cb 3 0.00/1.00 vMB 2,070
93,161 93,161 000000000004d10e07d19d949ee85f480d90d52776ac25a41c9890b0c6692974 3 0.00/1.00 vMB 2,403
93,160 93,160 00000000000541e51d5d95b3b16386ef8b83cd470cbb77164bf119888afcef3d 3 0.00/1.00 vMB 0
93,159 93,159 0000000000022da5034c08e2c4a8d4b57f63518250550dd536362fc77f7c26a4 3 0.00/1.00 vMB 1,934
Previous 10 blocks ↓
Total Size: 781.92 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: 646.03 GB
    • Received: 12.80 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.