Loading Tool

Explorer IconExplorer

Memory Pool

53,445 transactions
29.82 vMB
0.09914219 BTC
Random Selection Loading Transactions
Max Size: 160.05/200 MB

Candidate Block

Mining Attempt 746382b0294c0353315fc55d898cac7f74c51578efdb02994be8347e5772e695
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 2812d67891570397d84325d30466e8adf5f6c0c3f5435bfef9ea82a25e24c0be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.02559901 BTC
Feerates: 157.35 > 2.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (426,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,426 488,426 000000000000000000304fb7d35a034a39acdf3ab54e69cee3ee06caefa0a0c1 2,274 1.00/1.00 vMB 162
488,425 488,425 000000000000000000235026dad596e35d1562bb2789bd6215d21383d3f6b8b1 1,870 1.00/1.00 vMB 151
488,424 488,424 0000000000000000002bf02cc01104347fbc02f5e0c9620f78cfeb3b7de1fa59 2,711 1.00/1.00 vMB 168
488,423 488,423 0000000000000000008496190a48361aa76f49720a7e822f4c01fc82e548c8e4 1,755 1.00/1.00 vMB 147
488,422 488,422 000000000000000000f41446d052953fe50ed2f809fd1fc0bc11b63eeb3c53a6 2,525 0.94/1.00 vMB 124
488,421 488,421 000000000000000000c6f6b444147ee777309dcd75b38aeb1bb5f9e25dd57d75 1,871 1.00/1.00 vMB 141
488,420 488,420 000000000000000000a0b3ac06c7fb6a163b7efb876b2a9599e289d0038fa47d 2,041 1.00/1.00 vMB 117
488,419 488,419 000000000000000000a9b5621fcff9be4ace3ba173931751fe9dc828b2ce5cc2 2,749 1.00/1.00 vMB 159
488,418 488,418 00000000000000000043eaeb09b0d6b25e564068a130642fab809ed91e1acfcc 2,571 1.00/1.00 vMB 145
488,417 488,417 0000000000000000005853232178658faa157076b3bbfdec4e1c1d609f788c71 2,398 1.00/1.00 vMB 132
488,416 488,416 0000000000000000000293fbbed08d01457c32ad129c8a33473ed1f2f4af38ae 2,760 1.00/1.00 vMB 149
488,415 488,415 0000000000000000008603571315cf3279c1a7c2d3e1a87bb5212d59227558d2 2,469 1.00/1.00 vMB 148
488,414 488,414 000000000000000000d315bc73f5efb472b3ec6a598462b354e6e7625b46c8e8 2,387 1.00/1.00 vMB 136
488,413 488,413 00000000000000000060daa19314f342448d360a8a74b1c324cbf640a63bf7a4 2,372 1.00/1.00 vMB 155
488,412 488,412 0000000000000000007b9fa669a5b93484b2fed294511eeca5190942b442ddf0 2,137 1.00/1.00 vMB 186
488,411 488,411 000000000000000000b79a0f35379953073308d95ea602df0f7c84490e040763 1,349 1.00/1.00 vMB 159
488,410 488,410 000000000000000000e635a949ceea1ae4ab9020ddacd89d133c12ff39cf7c95 1,449 1.00/1.00 vMB 151
488,409 488,409 000000000000000000702abb6f407b4266d7745784bf4bdc0ebf30f10bf95122 1,963 1.00/1.00 vMB 172
488,408 488,408 00000000000000000088092c77b76f59f7294ef68b361a23c8827cc6bc3fe29f 1,950 1.00/1.00 vMB 122
488,407 488,407 0000000000000000000cd71ed1bda0831966aa97376354e6d469a51cd444e939 2,317 1.00/1.00 vMB 139
488,406 488,406 000000000000000000ce3868dda97cae7abac4f12842f11b134ede5d1690bbd1 1,878 0.97/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 781.89 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: 645.09 GB
    • Received: 12.68 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.