Loading Tool

Explorer IconExplorer

Memory Pool

46,493 transactions
26.95 vMB
0.06363241 BTC
Random Selection Loading Transactions
Max Size: 143.18/200 MB

Candidate Block

Mining Attempt e07e1596e847ec089d43a7957eda4808b73589e88eeca05dd37c70af163aa2e7
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root e715abd4f1e89c5e7d8e938012b749df48154fa06f05ffa2c0f27be3e53479f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,245
Size: 1.00 vMB
Total Fees: 0.01385740 BTC
Feerates: 100.17 > 1.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (345,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,495 569,495 00000000000000000013c5cf75e3d74b11f3d6c28298cd227388a021ebfde1b0 3,125 1.00/1.00 vMB 67
569,494 569,494 000000000000000000056915d36409cdc220676056a0e931ec7cf820fc4b46fe 3,433 1.00/1.00 vMB 55
569,493 569,493 0000000000000000002a0cf273baf52c22b8a04fdf95665cdcecd21bd56273ba 3,149 1.00/1.00 vMB 57
569,492 569,492 000000000000000000080f1828e1385944389577e50af407f8fe081b815f3afe 3,283 1.00/1.00 vMB 55
569,491 569,491 0000000000000000001741fe4b64620ede124a388b493e250bcdb47efa28a886 2,441 1.00/1.00 vMB 43
569,490 569,490 0000000000000000001656fdb2c307005cb41a37d6b02995392789e2c8f256d4 2,387 1.00/1.00 vMB 53
569,489 569,489 00000000000000000014d5912d8d4959717f319c0016bb07dfe4c757e08a6fa1 3,085 1.00/1.00 vMB 59
569,488 569,488 0000000000000000001d094b5c2efae3020eaa18ea8679eb5a34883e5d70710c 3,171 1.00/1.00 vMB 61
569,487 569,487 00000000000000000013f23da2d6cd41e62512cc5f9efb067cb3564b449f5572 3,349 1.00/1.00 vMB 58
569,486 569,486 00000000000000000023714c465d5a1819a20346002b432fd137904d046f73de 3,225 1.00/1.00 vMB 52
569,485 569,485 00000000000000000018d2e71887b9e5f3117dece2f1f7f7dedf826440b5a3fd 2,356 1.00/1.00 vMB 57
569,484 569,484 0000000000000000001eb75ab74f22ee3d0f45ac1ee7a1eb23a0823b070c2b93 2,585 1.00/1.00 vMB 59
569,483 569,483 000000000000000000232dc2ca68e7a249b5e11c32dd633c41dc24d82e9ac44c 2,751 1.00/1.00 vMB 64
569,482 569,482 00000000000000000023df46773b51e9a32da0d06a0429a3d8267d01f1b3b47d 3,059 1.00/1.00 vMB 74
569,481 569,481 0000000000000000002b1e463230af5e75da46a4665a43ce2100c0e297a4d87c 3,111 1.00/1.00 vMB 21
569,480 569,480 000000000000000000142cb317fa5772fa2442eb36a8539dec0d2be8cc0f315a 3,027 1.00/1.00 vMB 42
569,479 569,479 000000000000000000269804cd624d2755e3cf24c61c8e0bcd5b441921063059 3,179 1.00/1.00 vMB 46
569,478 569,478 000000000000000000087becae3c5ead6756613aa874e1746e0cf595b188c3c0 2,996 1.00/1.00 vMB 51
569,477 569,477 00000000000000000001c53cffe80d109486a9ca4821dad58ee4dc613e1d93fd 3,225 1.00/1.00 vMB 65
569,476 569,476 00000000000000000002d38cdf339f5a799b04dc78e5dbbb2ad2dace8b621d09 2,643 1.00/1.00 vMB 30
569,475 569,475 0000000000000000001c0c0f71ccb76f75ada088d0295cf50de349f3b02d620c 2,945 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.