Loading Tool

Explorer IconExplorer

Memory Pool

81,930 transactions
31.76 vMB
0.07955443 BTC
Random Selection Loading Transactions
Max Size: 192.82/200 MB

Candidate Block

Mining Attempt a97f6900c2bf6c48b1d0a19365ca73c47d2c336311d4fbd40406901f02814924
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 4a083a45083586fcdbdddb1c825467e777b76251f47648f0f28261cd27f1ed1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,217
Size: 1.00 vMB
Total Fees: 0.01023611 BTC
Feerates: 73.20 > 1.03 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (497,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,461 417,461 000000000000000000c4509aa2bd0011ce63987b55ae3d7d4105a19c76fb332d 1,141 1.00/1.00 vMB 102
417,460 417,460 00000000000000000480270fd43afc4b4c0509fbd7d9f5dd019caf3935b34354 926 1.00/1.00 vMB 122
417,459 417,459 0000000000000000036251a97fd9cbfac34bab17d0abe9ea621db80cc3f6067c 1,848 0.99/1.00 vMB 95
417,458 417,458 000000000000000002d96da6fd8033ca14cd6a5c1ecafbac83e41a417faa7d72 236 1.00/1.00 vMB 15
417,457 417,457 0000000000000000013a03b83bf9dd46245b093afabbb1f87ae9f2f6ac726d57 1,062 1.00/1.00 vMB 41
417,456 417,456 000000000000000000201bc22d4059319e8d53eb3d08dc4105becf6d970d5bd3 903 1.00/1.00 vMB 28
417,455 417,455 00000000000000000378f75a35f8dab8190541ab09afc1bdc0a2abb5191d7d21 1,309 1.00/1.00 vMB 31
417,454 417,454 000000000000000002fd348ad4980f860a1e2b3f7ac28fa93fd84233cdcb542c 2,338 1.00/1.00 vMB 66
417,453 417,453 0000000000000000049d0bb067d95ddafdf2589d532984a4c7198c1f46ba1cc9 1,933 1.00/1.00 vMB 58
417,452 417,452 000000000000000001a364f4dbb3be906188e2e6eec24c1c753bca135d645a0b 2,833 1.00/1.00 vMB 93
417,451 417,451 000000000000000004bcaacde67f5cf2ba7d40fd02fb5d736148b8b8310a1f3a 775 1.00/1.00 vMB 28
417,450 417,450 0000000000000000028cded7e5862c9792504d0b149d01bacc85010e1602b43a 1,016 1.00/1.00 vMB 28
417,449 417,449 000000000000000001621015a7352b7409a60da96f898782db5693f29358c37e 1,467 1.00/1.00 vMB 22
417,448 417,448 000000000000000002257818e11b89090807443f2e659b67af6f6fbfacb469a6 2,151 1.00/1.00 vMB 60
417,447 417,447 00000000000000000388283de3ef2d3bd2a4368a85c5b93add4997c1f47bd836 2,779 1.00/1.00 vMB 82
417,446 417,446 000000000000000003e3dc2d00c84240f7998d489fb7a2b5d8b3af15069776cf 1,395 0.93/1.00 vMB 51
417,445 417,445 0000000000000000011f42a8e59941ab5ee3c8e932aceeb3d47fc72d245c320a 1,696 1.00/1.00 vMB 39
417,444 417,444 00000000000000000254d86da3077b7ac388f9f7d771976c8ac6b0392cced6a1 1,732 0.93/1.00 vMB 65
417,443 417,443 0000000000000000012c59f776efbc221fa228c7a84f85404dd71f76528f2696 1,507 0.93/1.00 vMB 66
417,442 417,442 000000000000000002c2e127aac5f2a3aa7312ba2a775cd8d53ebfc55040c68a 1,706 1.00/1.00 vMB 54
417,441 417,441 0000000000000000010b2234e4428035b526c6cd17b4e39ddccab3c5c4e7134b 1,825 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.