Loading Tool

Explorer IconExplorer

Memory Pool

31,046 transactions
5.79 vMB
0.06585558 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.19/200 MB

Candidate Block

Mining Attempt 22bbcc6c66834e7e5d22508ed9729a5dc976d2e4d4a670e43184b69f35751c53
Version 20000000
Previous Block 000000000000000000010f22c7eb7dbabc5a2bd53e5c927cb5b6f51511dc2b55
Merkle Root 40c98d0901b95f6cd5599d28dbb98d2a10de8d1b5caf8a5d00d245d558445159
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,292
Size: 0.36 vMB
Total Fees: 0.05099945 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,932 (768,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,469 144,469 000000000000096d233f10167bb09d135c2ddb7ec204d128ae0454e80193907e 0.01 MB 33 60
144,468 144,468 000000000000045a48e5696f42769efccfc4039412c5b31acba5e39a2b6befa4 0.03 MB 85 35
144,467 144,467 00000000000007e9a8bb5b030b39d933b55ab37941cabd3d79911ea65d2e87e7 0.01 MB 7 233
144,466 144,466 000000000000016ed06fbbf7bf66ca829987b45ed0a77bf67373dec627eac898 0.02 MB 56 149
144,465 144,465 0000000000000084357972db945cb3fa0e4d42bcf2203ad6270646dd38e37004 0.03 MB 52 171
144,464 144,464 000000000000075512976164a9af95d5515de8997780792e20d8635b4d73eada 0.04 MB 129 34
144,463 144,463 0000000000000521856e45014c6656fe35acf9cf1d32303e2bd8a5bb61d62323 0.00 MB 12 35
144,462 144,462 00000000000000c2f88d454916cd91363a5e5f91c4e616ca40dae83e1b45cca5 0.04 MB 111 134
144,461 144,461 0000000000000254200c8d7733f44958329466798b76f8261e00645cf7bf6454 0.02 MB 24 132
144,460 144,460 000000000000091ca776cacdc5610af95241c62e07e08021c1ba10fe069de67e 0.02 MB 57 89
144,459 144,459 00000000000000eefd916fdab1fbb27b97463ca35635a1b44f6b224c0ecd5220 0.03 MB 82 55
144,458 144,458 000000000000012ca1c03914bdeab7e3e8784261c72f98b489877a2349157481 0.01 MB 11 26
144,457 144,457 000000000000034c66257810cfc8331bef638c320a81716fa535eefc9dbe9d05 0.02 MB 50 27
144,456 144,456 0000000000000039ad25b11b5e06f6efa2132d88cd26bababf5282cd4cf50b1c 0.00 MB 10 506
144,455 144,455 00000000000003de66a8410236b217874ccbb41aa3d25173df5e224d512895a9 0.02 MB 38 104
144,454 144,454 0000000000000103a96c06a1ca42f34067e61e6a4a45b6cee279e69554cd5a56 0.01 MB 12 219
144,453 144,453 00000000000003d10de201c8502e20dec813de12c48d43e396b17b916bd9c5a2 0.00 MB 7 154
144,452 144,452 0000000000000526632e64800b966afa9f80ffaa6c1c9277ee801bfd81f528ec 0.00 MB 3 96
144,451 144,451 000000000000086bcdbeb92d6872a3226a4f9600f08d41b0d1796bd0693b9261 0.02 MB 68 11
144,450 144,450 000000000000023d17b9085110034efbb0f18b5bec677a1e0004ebc920ec400d 0.03 MB 65 122
144,449 144,449 0000000000000580583e0bd716fa47a3a3ad69710300573ed205190e56b0d9ac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 11
  • Data Transfer:
    • Sent: 327.11 GB
    • Received: 2.88 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.