Loading Tool

Explorer IconExplorer

Memory Pool

82,329 transactions
30.30 vMB
0.11527635 BTC
Random Selection Loading Transactions
Max Size: 183.53/200 MB

Candidate Block

Mining Attempt e362c1eb1bc795fbe09daf818babefc7180469649533bc588cc95a30ad623ce4
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 627015c213db8ef79ae889fb084fa0de504d0b4947cbce27b0ad6c79e1ff19d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,132
Size: 1.00 vMB
Total Fees: 0.03910411 BTC
Feerates: 121.32 > 3.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (477,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,370 437,370 000000000000000000ea8e3cd38030b2c5f6d63969b2e9bd5ba79f0ee7cf3ca9 1,749 1.00/1.00 vMB 43
437,369 437,369 0000000000000000028e7fb10a9e79e1a009940204bb6b62d8fb3404807513f0 1,732 1.00/1.00 vMB 69
437,368 437,368 00000000000000000046ebd441cae46c5e7ff7462a5b477498cf395eb7305ec4 2,529 1.00/1.00 vMB 84
437,367 437,367 0000000000000000014715a53bfb9cb640d99f8c6a510174073286590f097333 2,260 1.00/1.00 vMB 73
437,366 437,366 000000000000000000d5e6b8b7edbaf13cf67259983514e75f6c3a2f9ac15b5b 2,186 1.00/1.00 vMB 75
437,365 437,365 0000000000000000009cb105fbcba88811a81d109d730d961bfab88c645f0eef 2,583 1.00/1.00 vMB 87
437,364 437,364 0000000000000000012dcb4fd74fa3c8505dd25779220b3d421974415a8e7ead 1,992 1.00/1.00 vMB 47
437,363 437,363 0000000000000000030b3240a5f35a96f874dd46162f3a41bc6da47e5b876950 2,109 1.00/1.00 vMB 68
437,362 437,362 00000000000000000308b2bc35f91e08e6226dcfd6e7fd0aefbaf0d3f91ca09d 2,649 1.00/1.00 vMB 76
437,361 437,361 0000000000000000016abb19dbedaa0672c53d1f5a45f787945f06e29292d347 2,749 1.00/1.00 vMB 103
437,360 437,360 00000000000000000189f0bb849304308cb32a75faedf8e508334754fb2eaeb6 2,679 1.00/1.00 vMB 87
437,359 437,359 000000000000000004444f50c70037bbe0a0a7a32dab51b16239a70331184a5c 2,499 1.00/1.00 vMB 59
437,358 437,358 0000000000000000032c63ac7aac5730590147cf3be8dc71fba6a799ac4e4ccf 2,607 1.00/1.00 vMB 66
437,357 437,357 000000000000000002afecc6e25943ea1738b840c1adfad1af7b83a1db52f694 2,358 1.00/1.00 vMB 118
437,356 437,356 0000000000000000001d02d63df009f3e678dc41e3bec54901101fac4cccacc6 2,309 1.00/1.00 vMB 98
437,355 437,355 000000000000000003ff13d0f3a3df347b567168db35de36599ee8c09724f197 1,749 0.75/1.00 vMB 58
437,354 437,354 0000000000000000029283e30812b216cd44ac64d8bebe2db4bf679448ddaf7e 2,707 1.00/1.00 vMB 52
437,353 437,353 00000000000000000015fc84e3d4a68263452a1ad6fd440b5bc84ab8058415de 2,260 1.00/1.00 vMB 85
437,352 437,352 0000000000000000005f1ddc673bd517b2239d5d59d6a9aa4a53aaca08686252 3,133 1.00/1.00 vMB 64
437,351 437,351 0000000000000000022f75380baa76284eace76e28c7f27d818968651c3dd5f3 3,195 1.00/1.00 vMB 64
437,350 437,350 000000000000000002939c66b986bcabb2229462c4fc5e31656685acd010c7bf 2,709 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.