Loading Tool

Explorer IconExplorer

Memory Pool

78,540 transactions
29.15 vMB
0.08283954 BTC
Random Selection Loading Transactions
Max Size: 176.45/200 MB

Candidate Block

Mining Attempt 4d8f7c2c77e5897cad3841951321d5b4296f16275022e03119f43b00324265ef
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 9cd6537493f9615e771a5c77d8002dc0b804297a9cc7d56ec6dab2a38920af34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,651
Size: 1.00 vMB
Total Fees: 0.02188029 BTC
Feerates: 178.73 > 2.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (497,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,473 417,473 0000000000000000033c342a263d3b68f68c2d72236005f807f0a6976de7e255 2,389 1.00/1.00 vMB 65
417,472 417,472 0000000000000000053b21a68793c1d096956033b8ee238cc8403f93ed5dd7f0 2,605 1.00/1.00 vMB 80
417,471 417,471 00000000000000000533ce5501c1097f96aa6c9823826d35113c8000118b4636 2,313 1.00/1.00 vMB 59
417,470 417,470 00000000000000000454254a9c2245deefe1f7e1d3c15d7705a1e0e2eeb3c8be 2,215 1.00/1.00 vMB 93
417,469 417,469 000000000000000000400b387f1b52235be9afeecae38a7ba23f128eeba22b51 2,494 1.00/1.00 vMB 50
417,468 417,468 0000000000000000018378a9d249fb67fd979f1f1320e4ee8c27fe049ede1a76 2,128 1.00/1.00 vMB 71
417,467 417,467 000000000000000003c989c942a2ce70b9db01637b1967d10ebe3dbdc4cf1a5d 2,124 0.93/1.00 vMB 129
417,466 417,466 0000000000000000048e28a0dadacedbe58e9e75a9c1bdbe69fd58790909fb09 2,322 1.00/1.00 vMB 97
417,465 417,465 000000000000000000ce8ca4df121d2d7359719396dd6e3dbc69b73cb40c7ceb 2,249 1.00/1.00 vMB 70
417,464 417,464 000000000000000000916f61f7368f8d45caca294f84b295f49ccf256d8022d8 2,395 1.00/1.00 vMB 114
417,463 417,463 0000000000000000007be68b08ab8916f71a3ca9cf9e40283bd3f09fee9ad403 2,534 1.00/1.00 vMB 57
417,462 417,462 000000000000000002f449bd4d663e5f3760c23ce35fb6517c9960f67e492120 2,177 1.00/1.00 vMB 83
417,461 417,461 000000000000000000c4509aa2bd0011ce63987b55ae3d7d4105a19c76fb332d 1,141 1.00/1.00 vMB 102
417,460 417,460 00000000000000000480270fd43afc4b4c0509fbd7d9f5dd019caf3935b34354 926 1.00/1.00 vMB 122
417,459 417,459 0000000000000000036251a97fd9cbfac34bab17d0abe9ea621db80cc3f6067c 1,848 0.99/1.00 vMB 95
417,458 417,458 000000000000000002d96da6fd8033ca14cd6a5c1ecafbac83e41a417faa7d72 236 1.00/1.00 vMB 15
417,457 417,457 0000000000000000013a03b83bf9dd46245b093afabbb1f87ae9f2f6ac726d57 1,062 1.00/1.00 vMB 41
417,456 417,456 000000000000000000201bc22d4059319e8d53eb3d08dc4105becf6d970d5bd3 903 1.00/1.00 vMB 28
417,455 417,455 00000000000000000378f75a35f8dab8190541ab09afc1bdc0a2abb5191d7d21 1,309 1.00/1.00 vMB 31
417,454 417,454 000000000000000002fd348ad4980f860a1e2b3f7ac28fa93fd84233cdcb542c 2,338 1.00/1.00 vMB 66
417,453 417,453 0000000000000000049d0bb067d95ddafdf2589d532984a4c7198c1f46ba1cc9 1,933 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.68 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: 678.24 GB
    • Received: 16.44 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.