Loading Tool

Explorer IconExplorer

Memory Pool

85,056 transactions
31.86 vMB
0.19136315 BTC
Random Selection Loading Transactions
Max Size: 189.32/200 MB

Candidate Block

Mining Attempt 022b02e8a68cfa99b1cc1102325c9fc6b7a7fc0053319c9fa924ec48e2ae1ff6
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root ef089d9bb945e21da847d5e3c45fca9ee6a975cf1b91f826dec2d992359131a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.07299436 BTC
Feerates: 301.64 > 7.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (211,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,475 703,475 0000000000000000000e2128b84fca3a8522fe5fc1bfdf3f793a3af6c518406f 817 0.56/1.00 vMB 7
703,474 703,474 000000000000000000035eb55faca92d7dd84add54d1676e1a74ab2c09f6a4cc 1,607 0.98/1.00 vMB 4
703,473 703,473 00000000000000000000d2b1d9f79dc1ad846549f995d7bbdacfa58af8da0ed9 2,704 1.00/1.00 vMB 4
703,472 703,472 0000000000000000000b59c2183852398565837e93387b88f6d62798a7b4027d 1,109 1.00/1.00 vMB 9
703,471 703,471 000000000000000000016b3bf65d779fc0beb52eeda4a5d57e5f008d83948405 1,372 1.00/1.00 vMB 11
703,470 703,470 0000000000000000000b5223aa15a938100cfc74ba7b95f2c2dd4c92180a14bb 1,793 1.00/1.00 vMB 12
703,469 703,469 0000000000000000000b78cad103d1af3a33203b3de71b761bb39d35626b7eeb 1,748 1.00/1.00 vMB 4
703,468 703,468 000000000000000000089429df8749de579b56bd5ca874a3fd9d8bc5a7e0bcd1 1,161 1.00/1.00 vMB 9
703,467 703,467 00000000000000000003775698149ee56c1e304bda6914815960f700085c9c0f 1,392 1.00/1.00 vMB 6
703,466 703,466 0000000000000000000d322a0686aa8fba1290227a7490e17cada869b649c588 1,129 1.00/1.00 vMB 9
703,465 703,465 0000000000000000000e27db02b56cd30c7dda8a9b86e6289bcc94c757223fc8 1,337 1.00/1.00 vMB 10
703,464 703,464 0000000000000000000044826a8808d5b34cf2008e99fb64129d9b07e1aa2766 1,014 0.81/1.00 vMB 10
703,463 703,463 0000000000000000000cceb91adcb0c724914dc69d6adcd1c03e718826efde79 30 0.02/1.00 vMB 9
703,462 703,462 0000000000000000000ab4921beac311d3b672e3d78f165f63f4b49eafd79245 1,565 0.81/1.00 vMB 7
703,461 703,461 00000000000000000004f114e6f7e165e1482be43b86f84cfbf081a31db29421 1,056 1.00/1.00 vMB 10
703,460 703,460 0000000000000000000873129fd397de9c504c7f5f6945f2255f8d0835b0af04 910 0.51/1.00 vMB 6
703,459 703,459 00000000000000000003826754f8d612e9131a2724195fc52f8f48dee3f943fe 1,479 1.00/1.00 vMB 8
703,458 703,458 000000000000000000054ff16a8647ecf06aeb6c5f2dd86e8c33d644823ab0a9 1,518 1.00/1.00 vMB 6
703,457 703,457 00000000000000000009ba4faa3d7bcda0b1e92fc9282e5a700c249c00ba82bb 462 1.00/1.00 vMB 5
703,456 703,456 00000000000000000007897bea61c51d4bbd68f8b9d00de8340a8f40f4e346b2 1,575 1.00/1.00 vMB 12
703,455 703,455 000000000000000000016e58dc63908f27431bd8218f792f28ad8b2a8fefbdbf 1,661 1.00/1.00 vMB 15
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.60 GB
    • Received: 16.28 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.