Loading Tool

Explorer IconExplorer

Memory Pool

77,622 transactions
28.56 vMB
0.09807781 BTC
Random Selection Loading Transactions
Max Size: 173.62/200 MB

Candidate Block

Mining Attempt c74cf916a67c2052cca9751ae1e1aa38b0facfa9bbcc024baeb5b8807a0491f7
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root c7516946fae71fb15113d966317bd2e979f2438f42a55b6bfa67b619bbf0a559
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.03296108 BTC
Feerates: 201.07 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (437,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,284 478,284 000000000000000000fa05a23ae371946bd1af5e6dba19b28e91ea86c08558d4 1,103 1.00/1.00 vMB 38
478,283 478,283 000000000000000001313d5c3e2b3373ed7340c79929792afa4dedff4d496783 1,734 1.00/1.00 vMB 134
478,282 478,282 0000000000000000009af7840c0322a78e28d1c834d5cc96c5919ae16cf2e5a6 883 1.00/1.00 vMB 78
478,281 478,281 0000000000000000004f44807f6741f1e00c276765f3200d1c97fb526a17c83f 1,355 1.00/1.00 vMB 103
478,280 478,280 000000000000000000ea9484e4d703c87beaf816c79ffc4c677d7eb447ea133b 1 0.00/1.00 vMB 0
478,279 478,279 000000000000000001397d2ce562baeb64408fed180e50b41035064af262716a 1,025 1.00/1.00 vMB 54
478,278 478,278 000000000000000000884314a697482a70ff6fb7f60dfa8b471de9b7124b6463 1,687 1.00/1.00 vMB 128
478,277 478,277 00000000000000000121dc9992e3537174ce9e84d30da13a680415adc5cf1be2 1,967 1.00/1.00 vMB 162
478,276 478,276 0000000000000000003e7f60414c24f75c26691fa6752b3ce6fb38e02627d85a 1,802 1.00/1.00 vMB 121
478,275 478,275 000000000000000000b0c275cac67c9aa9ab45bac9a78eab784a4e5bee17ca95 1,892 0.99/1.00 vMB 124
478,274 478,274 000000000000000000a409b51e2b9591a8827b9089b544c8b31700a7f58f493d 1,872 1.00/1.00 vMB 158
478,273 478,273 000000000000000000b2c17fe1a59a27b6ac30412e6c5d1fe319eff4572a50cf 509 1.00/1.00 vMB 148
478,272 478,272 0000000000000000011e043ccf3e82ecea0141e51325910cb2c51e3e35697d75 1,210 1.00/1.00 vMB 178
478,271 478,271 00000000000000000016e78fc79113910225c25c405f1d851c0c9a4b84fa5afd 1,690 1.00/1.00 vMB 64
478,270 478,270 000000000000000000ac2654a7978f304da7ef89a99fcd0f82788ad84a182859 1,898 1.00/1.00 vMB 157
478,269 478,269 0000000000000000003f5886299d9ff171f6edb8a9a40cf8dcae084be4a8af03 1,741 1.00/1.00 vMB 141
478,268 478,268 000000000000000000d04fee39b6ec72a8c1ddabd1480bb00ea2ba3c17e5be79 603 1.00/1.00 vMB 47
478,267 478,267 0000000000000000003375993a9e0e2d8c4444be3f3a971baf0a9534888a422d 1,188 1.00/1.00 vMB 71
478,266 478,266 000000000000000000803dbe8f9719a380bc340235e8b763f65564132d5bd6a2 2,071 1.00/1.00 vMB 70
478,265 478,265 000000000000000000ca6b00dcabc5cf5d48f4470b6d013642e950c2f4c68e3e 1,491 1.00/1.00 vMB 114
478,264 478,264 0000000000000000001f2a1c78fc5dc346aecf263744aea9923e887acb3c0bb0 1,805 0.99/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

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