Loading Tool

Explorer IconExplorer

Memory Pool

73,942 transactions
27.32 vMB
0.06623003 BTC
Random Selection Loading Transactions
Max Size: 166.83/200 MB

Candidate Block

Mining Attempt 3020ea7efc203bf99083c3dcfe79e050bcb23c6f65fb5879d16943e2d7852f43
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root f3cdf4b420a0f4efd2712268e73bfd58f73ac3d000a59e1edf1eafa87dc3d71f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,473
Size: 1.00 vMB
Total Fees: 0.00812734 BTC
Feerates: 73.20 > 0.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (700,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,496 214,496 0000000000000528efdb613ef35ae56bb1622bf4cd959b0a39681c63c290d4d3 214 0.10/1.00 vMB 246
214,495 214,495 00000000000003147c63f40b8064ce8fecaf08872c6de2cca6d5cffdb3962d41 125 0.10/1.00 vMB 457
214,494 214,494 000000000000003b611ae9a4365fcd2bd0a0c92a17bb0a959723d7d1d930e6e0 306 0.14/1.00 vMB 343
214,493 214,493 0000000000000259b8461eb06ca15fa7ded05f6fa3e31a5a28aacd2c76e4caef 7 0.00/1.00 vMB 0
214,492 214,492 00000000000004f4810903556a149d6396764dff547e11e54891c732d5519fc3 65 0.04/1.00 vMB 165
214,491 214,491 000000000000018478e55d8a459328b13676ab434a2481dbfa76a7dfbe24010e 10 0.00/1.00 vMB 20
214,490 214,490 00000000000004d1600da41fa5cd730fced7fbde3647e580cf01d255ce1b8c47 142 0.08/1.00 vMB 194
214,489 214,489 0000000000000031d7e34653fc79630617d16e4eb6d291eb843c8188d88e08b4 276 0.12/1.00 vMB 208
214,488 214,488 00000000000005742309c185c0f6faa4e0cc17cdb4f683d22fed1bed95238505 221 0.20/1.00 vMB 70
214,487 214,487 000000000000000f6ae5a3ae69305d59d2f2cc3fb75d11878660643902c26139 36 0.02/1.00 vMB 196
214,486 214,486 0000000000000551c06b00d00fc7ab8fcbd1f7323e51b786f3ac70284a542cb8 159 0.18/1.00 vMB 97
214,485 214,485 00000000000000c8e4ba0dbe5aaecbbf457ad5d06215f5a957046834308426fb 128 0.05/1.00 vMB 272
214,484 214,484 00000000000003ece365a6f7a3b7c64e5d5cf4e7b31c7c53723fcfd9387d9c2d 121 0.05/1.00 vMB 235
214,483 214,483 000000000000017800c72bb4d11364e7b76c524c660bd4aabc398c797aaed834 108 0.10/1.00 vMB 103
214,482 214,482 000000000000035f92de8922976d05c8539a70aedcb9cf2c9248f3a330476a70 143 0.05/1.00 vMB 63
214,481 214,481 0000000000000250dbf29d9f67a3c52f993d6c67b1a52ee8a88b80ab66075901 438 0.25/1.00 vMB 161
214,480 214,480 00000000000001a5ce2eee49d018aa321f23e33aceb533c618b68bf1a70c7480 105 0.05/1.00 vMB 157
214,479 214,479 00000000000001fb7b62560f4378b42a666edbc277e13d67056a00929bde974d 375 0.44/1.00 vMB 91
214,478 214,478 00000000000000a4dc98c71a888b452d7b999449701304ac9f542c39b4d2e712 256 0.09/1.00 vMB 211
214,477 214,477 000000000000036f7856f4a604a7491cf988c5845acc60b59c48835a42eec5c9 510 0.25/1.00 vMB 186
214,476 214,476 00000000000004d4c28d8fe88ba5655b5a7711580508f4dab84ec101f5b4559b 118 0.05/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.