Loading Tool

Explorer IconExplorer

Memory Pool

82,265 transactions
30.05 vMB
0.14981326 BTC
Random Selection Loading Transactions
Max Size: 182.12/200 MB

Candidate Block

Mining Attempt d25920c7d7cee1ad2aa7d5f1f7dfdd1d297cd0887343e11aad0b92a20d2ddd37
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 72731fc08caa981ab229e0b8a4d5687fdbf728fc4e1885a39cd975a327fe2440
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,855
Size: 1.00 vMB
Total Fees: 0.07919648 BTC
Feerates: 101.65 > 7.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (260,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,395 654,395 0000000000000000000b5087de72b35f59c818f6ac3fff932704c3b06a9c1578 2,231 1.00/1.00 vMB 162
654,394 654,394 00000000000000000004ee4f25974e4ee615dd73552e523414aa8d80745fc5d1 2,159 1.00/1.00 vMB 170
654,393 654,393 000000000000000000042192b2fd27225f0e07a8dc011bf93534348587b4e8c3 3,071 1.00/1.00 vMB 184
654,392 654,392 0000000000000000000668eeb057d5a8abb92a4578efdb610c01399911e8999b 2,559 1.00/1.00 vMB 170
654,391 654,391 0000000000000000000ad8e7f5ebad86a98e0c475ba0c849375464ca0c722aaf 2,928 1.00/1.00 vMB 181
654,390 654,390 00000000000000000001b16ecbdbcb4dcbd69f95b93c5c2dfbcb0946e4f66c27 2,936 1.00/1.00 vMB 164
654,389 654,389 00000000000000000008e0daee19633cd85099af499d4fb86b88aa1ee9f9ca75 2,715 1.00/1.00 vMB 149
654,388 654,388 0000000000000000000670b6ea0cb42939ba8d9fd2a4ad24de58b37ce96d249e 2,930 1.00/1.00 vMB 157
654,387 654,387 0000000000000000000c27b27e6de735ead77be94e336c529f5064db6e22ae74 2,853 1.00/1.00 vMB 179
654,386 654,386 00000000000000000001ab4ec55a10e35185ae48b02ae6524edeb991a215b287 3,098 1.00/1.00 vMB 184
654,385 654,385 00000000000000000005edce0eef20e7baa96ff55e6492bed46d69edd92f607b 2,371 1.00/1.00 vMB 159
654,384 654,384 00000000000000000003565ab8aef18e43453a5fbff998f4553eb164b5b1fb6c 2,351 1.00/1.00 vMB 156
654,383 654,383 00000000000000000005982f3d7eaff6e3832fe4fd3651a425ae61de5995ab00 2,715 1.00/1.00 vMB 175
654,382 654,382 00000000000000000002ed7b238e441127c4ede4a2b7ba23f0e01da4c1fac748 2,750 1.00/1.00 vMB 180
654,381 654,381 00000000000000000005dadbee2b90653018453c2a405b8c983ac7ff5a65e527 1,841 1.00/1.00 vMB 159
654,380 654,380 0000000000000000000584e64686c124200734115685d08c10e72bfb63137f0e 2,952 1.00/1.00 vMB 157
654,379 654,379 000000000000000000051806886925dcba9d28a478e92963ca0008461f3f6d54 2,533 1.00/1.00 vMB 185
654,378 654,378 0000000000000000000353a3854fccfc803502a1f8ff60b51ea5cf5cd9fdddd7 2,972 1.00/1.00 vMB 161
654,377 654,377 0000000000000000000a366fbcc0f1ce41e6f8767c517a507489bf9f83974493 2,440 1.00/1.00 vMB 173
654,376 654,376 00000000000000000009d0df53ba6883506875cc0dc88db25e66a461f719bc82 1,863 1.00/1.00 vMB 165
654,375 654,375 000000000000000000055301e3be161a081ce4ab8ab44d244c7d54449bbe7357 1,732 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.60 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: 671.70 GB
    • Received: 15.99 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.