Loading Tool

Explorer IconExplorer

Memory Pool

13,266 transactions
9.63 vMB
0.02530702 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.28/200 MB

Candidate Block

Mining Attempt 66b7e0a4ee807f044cdff8c3ca0b1e300a27ace8660eaf67fffbe37f5d9ed67e
Version 20000000
Previous Block 00000000000000000000848297d069a552e48783668065dfb5e3a4946da610a6
Merkle Root f3af817d359762dcb28846c03bd2847f8bc076fa7b3b1555f6779ba4acef2d2d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,364
Size: 1.00 vMB
Total Fees: 0.00387695 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,358 (866,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,454 46,454 0000000012fba29274d0f7053182685206b8ca5516e23843eef52b442d3f4cf1 1 0.00 vMB 0
46,453 46,453 000000001f0cc5efe87d2e3e658b5deb31cc2b9c4fb1692fa8d86446c7314630 1 0.00 vMB 0
46,452 46,452 0000000011e4f20012a25df9231bafe548743c959e35a17e6ab6f41838cca5cf 1 0.00 vMB 0
46,451 46,451 000000000e2fb994fe33c501d5d8638223929c4d019b8b420d29bec861de71a3 1 0.00 vMB 0
46,450 46,450 000000001095e281c5f99f0b7b674bba59a8d69f6f2e9697ffdae8a5ffcf5010 1 0.00 vMB 0
46,449 46,449 00000000139550bd9f4444506d80e43227c17afbf0b0584c1f73f29b7974bd10 1 0.00 vMB 0
46,448 46,448 00000000351dd56a33def37fbf11292b43a3751adcbbf6c05d0c0c0a82a79704 1 0.00 vMB 0
46,447 46,447 000000000a4d6dcaac1ec16e4e55b6819d479943e6f8243d109092021ea55e79 1 0.00 vMB 0
46,446 46,446 000000000632c9688859f3b18fd209687316dcc8fdb1bb625d4ac04336102617 1 0.00 vMB 0
46,445 46,445 0000000014a787e36aae5375957eea14e4cdf4329140e1c41666a46da61c9c69 1 0.00 vMB 0
46,444 46,444 0000000024c34e997bbd3764ca5068b3616914ba7794e9f0ac77e9f5c40ee960 1 0.00 vMB 0
46,443 46,443 0000000030749e61870fe421ad67154336c0a00a45a6bf33f2b02d6ccde91bc0 1 0.00 vMB 0
46,442 46,442 0000000017afdf53753a2d71432f7a61087283e0f6524f2dba66ccd40bd4cb79 1 0.00 vMB 0
46,441 46,441 000000001e40c78d224c9640bbf018a04546db362b0dd39988c41ab1f14f6181 1 0.00 vMB 0
46,440 46,440 000000000a92005ddbc2138994e517d354643f243fd287db55b6d3df4221c2a9 1 0.00 vMB 0
46,439 46,439 000000001e8549f7636c2590ed1df2d3f44fead7b2b7775d6e25ea09fb1b9bc0 1 0.00 vMB 0
46,438 46,438 0000000019112e4fd850d7abc61d6fa63580928b944a1548b3e2d1013eee5069 1 0.00 vMB 0
46,437 46,437 0000000017acd35dd77f79e5264ada028596c1affb2f7ef8150ae1b10401caad 1 0.00 vMB 0
46,436 46,436 00000000156fbbb7f8a72b4afa2edd49f6561c1b9a40b9935e263db7b0745f4c 1 0.00 vMB 0
46,435 46,435 0000000034cad71846faaf9eca96ce443a866c8dd7bc3dadb056cac6044b4780 1 0.00 vMB 0
46,434 46,434 000000001fb0a01d6da20943754918311c74e2be2e325e1af5d7b9f3aa74226c 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 163.97 GB
    • Received: 0.67 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.