Loading Tool

Explorer IconExplorer

Memory Pool

20,152 transactions
11.14 vMB
0.02536416 BTC
Random Selection Loading Transactions
Max Size: 66.06/200 MB

Candidate Block

Mining Attempt d55a514a8fa202fd950cfbd617453e578a838254914c23b61b302aaa8095ac6e
Version 20000000
Previous Block 00000000000000000000a18ba2feed93d15b17352bb3667ae0055ea138d641a6
Merkle Root 825a79389acccfab422909c341589d2d4e2a2add5eb5cb01aa8f8ee6ac9ffed2
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,439
Size: 1.00 vMB
Total Fees: 0.01409547 BTC
Feerates: 474.93 > 1.41 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,509 (25 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,484 938,484 000000000000000000000c2d7418d9f453f7693eebf3f7cba50c15b1d5f7789f 1,656 1.00/1.00 vMB 0
938,483 938,483 00000000000000000000d4a01f5fd13a13c19982f483b64662335288dc2c8e67 3,623 1.00/1.00 vMB 1
938,482 938,482 00000000000000000000d9b72385fd48c4e5053b4b57351bb427364e0f17cb76 2,854 1.00/1.00 vMB 0
938,481 938,481 00000000000000000001a5e07656278e52f7466ef03c819969af8ee7c98c9462 3,411 1.00/1.00 vMB 0
938,480 938,480 00000000000000000000254d031d5b09823ae52e53417f1a7243962c768c562b 3,362 1.00/1.00 vMB 1
938,479 938,479 00000000000000000001dc6db1c8bf7622b63be453471ef4b83ae4056a3f5a7e 800 0.41/1.00 vMB 1
938,478 938,478 00000000000000000000edce17e40cae1aba7b904edb82fcad3f7d4d06541d97 3,128 1.00/1.00 vMB 3
938,477 938,477 00000000000000000000b9c9418ae8ef640b30510d386da0f03f09e26d97f229 3,249 1.00/1.00 vMB 3
938,476 938,476 000000000000000000007a3c4886e413e4b08aaffe5098d64cfa1601183c65da 2,295 0.77/1.00 vMB 2
938,475 938,475 000000000000000000000505ebf6692aaf3d6b400da85d2dd5e4c413f034b4ae 2,866 1.00/1.00 vMB 2
938,474 938,474 000000000000000000014951cba81f51a2ae44efcddb97ab1447f67f2ff9022f 3,775 1.00/1.00 vMB 5
938,473 938,473 00000000000000000000a647f71b09edef24efd586e71d5b44b5bd0071bde488 3,981 1.00/1.00 vMB 4
938,472 938,472 000000000000000000006ad5dd5608cb508923769ce67ceb16c6d97ecfe93c2d 3,408 1.00/1.00 vMB 4
938,471 938,471 0000000000000000000044330fe617fefdad2142e864642ea78fe8ed9fb7979f 2,491 0.99/1.00 vMB 2
938,470 938,470 000000000000000000012c1223ed8a0b9c0e1fe0b8cae27d60b92632b4d4a3a9 3,959 0.99/1.00 vMB 4
938,469 938,469 00000000000000000000f2fce973abb98f6d9937083f0a34a1595ea62ba22aee 4,441 1.00/1.00 vMB 0
938,468 938,468 00000000000000000000ab5ca3c03e2fe2c051a4e1e17fd911510edd2ef74f4f 3,206 1.00/1.00 vMB 3
938,467 938,467 0000000000000000000068f72b72d4f6fafc12e362f459b16ba631f8bfbdf518 3,135 1.00/1.00 vMB 3
938,466 938,466 00000000000000000000ff3cf0771882ee1980cb69ff9712596e3e8775b0d758 3,571 1.00/1.00 vMB 1
938,465 938,465 00000000000000000000e5d287fa52e615fb08166baa9d0b764c8bd97059f181 2,308 1.00/1.00 vMB 3
938,464 938,464 00000000000000000001eca94e4b5eb84f01f47c726ff21fb52974bcc1f87b4a 3,870 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 824.03 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: 4,114.01 GB
    • Received: 226.58 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.