Loading Tool

Explorer IconExplorer

Memory Pool

42,432 transactions
26.68 vMB
0.06837535 BTC
Random Selection Loading Transactions
Max Size: 139.51/200 MB

Candidate Block

Mining Attempt e37a5201faaa14e5d6928bc53b595d7a033fe221d1afde1a2abc7c20777ae55b
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 3a8669e89c242a98a800985c6ad8581699b7925f931c4c97df1a042c9850637a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,575
Size: 1.00 vMB
Total Fees: 0.01807540 BTC
Feerates: 101.59 > 1.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (498,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,236 416,236 000000000000000001db6b45a8f55d29b30a1402683a613941ff609817efe940 2,466 1.00/1.00 vMB 57
416,235 416,235 000000000000000003d70baa066ab308810a406db6f796113530d6c63e64b2c3 2,026 1.00/1.00 vMB 79
416,234 416,234 000000000000000003769d4c126d5d900659db69f08170b35f8ecee250e3d848 627 1.00/1.00 vMB 63
416,233 416,233 0000000000000000037a22d602c8edbc14bd2338b1e97e026aa9dc39a23a11e0 430 1.00/1.00 vMB 69
416,232 416,232 00000000000000000486078ab77fbfee34389f825a9cba8c0ac7c665396afe96 2,339 1.00/1.00 vMB 96
416,231 416,231 0000000000000000053cda372d674d30133d6282bb322db9634631d504b3eb1f 796 1.00/1.00 vMB 81
416,230 416,230 000000000000000001f1b9636ac1c6ed6d4c91703510d8e165fa446e7279b3a4 1,460 1.00/1.00 vMB 98
416,229 416,229 0000000000000000051fd9c8f86e560db16956d0ae2974b2780550510e7133cc 409 1.00/1.00 vMB 41
416,228 416,228 000000000000000000881fd48be9c78c33a7123c9e97b8a4faea85c6dc23e711 2,062 1.00/1.00 vMB 58
416,227 416,227 0000000000000000033c9ee4d9963c43dc08790b84463f4477a12ea7ca6adb06 2,646 1.00/1.00 vMB 76
416,226 416,226 00000000000000000274b3c9b4823f11358f8e4369948f00359c398abe1929f7 1,338 1.00/1.00 vMB 45
416,225 416,225 000000000000000002942b18406ce2a4d3ceeff7dcd3b09ded2490c7c8157cb8 1 0.00/1.00 vMB 0
416,224 416,224 000000000000000001fe614f477ae6d936a3e2fbef0d187ce4fac36c72389957 1,530 1.00/1.00 vMB 56
416,223 416,223 000000000000000000e9bca1bd2f17d97c228dd9b8eeae72ba9f43a12c521aa4 1,793 1.00/1.00 vMB 34
416,222 416,222 0000000000000000007aa5b5490681e4598684e6b5c5ba5a795cdc4a03f84dc0 1,424 1.00/1.00 vMB 35
416,221 416,221 000000000000000004e3fccfc6f73149cddbc54bf5d89f1459ea53e7961557d5 2,765 1.00/1.00 vMB 71
416,220 416,220 000000000000000003b64da342d6d24d066ea5c961e21fdf57cae4318eab3616 1,437 1.00/1.00 vMB 45
416,219 416,219 000000000000000003b245b0486d186793c9726ec48a638d36264d8ef56e1f46 1,474 1.00/1.00 vMB 41
416,218 416,218 000000000000000003ee75b24a63571efcb9f20e2307c18eafd964ac83471174 1,754 1.00/1.00 vMB 61
416,217 416,217 000000000000000002bad5adbaa281d192c6f43eda48caf93db948d5d0df2287 2,156 1.00/1.00 vMB 42
416,216 416,216 000000000000000000d1eed96b88392c68db41dd6d1094522a5d72d8c3721e5b 1,164 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.