Loading Tool

Explorer IconExplorer

Memory Pool

80,844 transactions
30.08 vMB
0.12672475 BTC
Random Selection Loading Transactions
Max Size: 180.92/200 MB

Candidate Block

Mining Attempt 829b80ececeada2ef46c3f2cd6c309162ed44b580581cac8eb810cce2feeb1c7
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 1ac33a922b68ae0f4e5f422a4f6d9335cc18c814d6b7218195cc0f1855201044
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,755
Size: 1.00 vMB
Total Fees: 0.05237236 BTC
Feerates: 242.90 > 5.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (260,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,399 654,399 0000000000000000000993414edc127a211c4a8e6003751cc796db3dd2c11864 2,961 1.00/1.00 vMB 149
654,398 654,398 0000000000000000000bcca2c8627950f401a4580a763128a53a3265988259b4 2,805 1.00/1.00 vMB 179
654,397 654,397 000000000000000000058ab5082a427537319c474b202d98b3938d912b6d1639 2,984 1.00/1.00 vMB 144
654,396 654,396 0000000000000000000515d00f910c74119b5476ae0e9b09142667d5f249950b 3,125 1.00/1.00 vMB 157
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
Previous 10 blocks ↓
Total Size: 782.67 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: 673.20 GB
    • Received: 16.42 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.