Loading Tool

Explorer IconExplorer

Memory Pool

45,412 transactions
29.91 vMB
0.09446849 BTC
Random Selection Loading Transactions
Max Size: 154.45/200 MB

Candidate Block

Mining Attempt 49e6916f6ef3a8de8995796aa85f5be9b2116665ba1601aef22a953db7eaf048
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root aba9b205c0c86a13d1eb924151bdf6a7fbcd99d9e84037324802d81ba9c2f0e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,266
Size: 1.00 vMB
Total Fees: 0.03350240 BTC
Feerates: 477.45 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (411,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,527 503,527 0000000000000000004e6fdcf190a1803a926b81b79b5306ec335219efb37652 2,310 1.00/1.00 vMB 522
503,526 503,526 0000000000000000008e114da0110678c08ecd169909166e87c4665149df6757 1,451 1.00/1.00 vMB 320
503,525 503,525 0000000000000000000432b0970bbcc7c0d094f7d305a5ddeec1427a87e9b100 2,541 1.00/1.00 vMB 421
503,524 503,524 0000000000000000008cb8b35aad9f75581dc7f7cb6cdcfce9788c417637389d 2,612 1.00/1.00 vMB 490
503,523 503,523 000000000000000000243fb42575c1f496daea2b608d094df45104a6ec8f1c75 2,481 1.00/1.00 vMB 532
503,522 503,522 000000000000000000498c0b92513bfa88245ae2591c36969535265acf98dd72 2,889 1.00/1.00 vMB 575
503,521 503,521 0000000000000000002fbc46e5da8996a43a42b64d978ebd8948ebf6b4306099 2,015 1.00/1.00 vMB 405
503,520 503,520 0000000000000000006b7337263ba0f7e92cb5657f88860c64eace74be408c47 1,691 1.00/1.00 vMB 468
503,519 503,519 00000000000000000088b839e0fa0b4157d5193093f931fde8eb99224fa6ec7f 2,665 1.00/1.00 vMB 550
503,518 503,518 00000000000000000066e5f8194c3d6a0c3494780b5ee00b2f33344c8a1f07f0 2,165 1.00/1.00 vMB 322
503,517 503,517 000000000000000000094e5ac7dbedcf9c8344a6895765f1987088491ff72846 2,314 1.00/1.00 vMB 537
503,516 503,516 0000000000000000003b031495058b5074a6f54b29bfe0538d5a68ef0178a06a 1,930 1.00/1.00 vMB 363
503,515 503,515 0000000000000000006bb683b0bc8e3ff4af2d30ce41d1592f1f2950b1ed27ed 1,973 1.00/1.00 vMB 483
503,514 503,514 00000000000000000032396e44249e6b6ccd8e89939e0caacab5f64c9ed478fe 1,921 1.00/1.00 vMB 478
503,513 503,513 00000000000000000067bbcc79b95f8d7743619426a9e03d5ea526e6bfb9ade6 2,838 1.00/1.00 vMB 551
503,512 503,512 000000000000000000519f2da6143a0080f46d7089c2dded27938827475a30ab 798 1.00/1.00 vMB 246
503,511 503,511 0000000000000000002ca2005124775806ef9e76fe2a81e78ad9ae5e84b4bf82 1,549 1.00/1.00 vMB 290
503,510 503,510 000000000000000000318726f893196b14d1b7f20cfda481d052b05317f2afbb 2,296 1.00/1.00 vMB 486
503,509 503,509 0000000000000000004dc33bb4b5e1e639cf8fc446153e03aa3331b1e9e600df 1,769 1.00/1.00 vMB 348
503,508 503,508 00000000000000000059a831336cf506920ee63e8ddb1cb0f8261c92fac5e475 2,427 1.00/1.00 vMB 503
503,507 503,507 0000000000000000003b88a3d0c6e68f66f5fa7f805d46bb46807e5ce1f868ce 1,263 1.00/1.00 vMB 367
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.