Loading Tool

Explorer IconExplorer

Memory Pool

28,954 transactions
17.83 vMB
0.04076581 BTC
Random Selection Loading Transactions
Max Size: 94.05/200 MB

Candidate Block

Mining Attempt 4eff296f42a27b586c16d01f680a12d69de1a9e7e0cf3fc7b665c6db9dcc4111
Version 20000000
Previous Block 00000000000000000001e35c56fee79bf0c8fc0be53126fb3bbbf415beca7a74
Merkle Root 93ea5bc55e250f1bf7e410732902c0bed87bdd8678ecc804f86c3352d09412cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,349
Size: 1.00 vMB
Total Fees: 0.00749423 BTC
Feerates: 55.17 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,142 (829,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,481 84,481 0000000000056323b3cf72d62b2cab9c66160e3a50a3943047cec4d43a5e86f8 1 0.00/1.00 vMB 0
84,480 84,480 000000000004eb256b02d559943c9d3533959ee2b5a1f776e574d1ac2a38a21e 1 0.00/1.00 vMB 0
84,479 84,479 000000000002dc2ae04af3f661150acbeb158c6cdf12d4fda3e6545593b17793 1 0.00/1.00 vMB 0
84,478 84,478 00000000002deb898dd72d5e5ad3f0a45866da8c0442aebcede6628e54b2c3b3 2 0.00/1.00 vMB 0
84,477 84,477 00000000001c369a8a96ea619738d287495e443593a69c543defe27b9f0584a1 3 0.00/1.00 vMB 0
84,476 84,476 00000000001a44066bc54f2cf03b6bb12604424977117bcff63265b387b679a8 1 0.00/1.00 vMB 0
84,475 84,475 00000000001f53f14f167a89b831ed331631fc1b9719319c033e0f7bb0d72aff 3 0.00/1.00 vMB 0
84,474 84,474 00000000002a362917653d34c8ba7a94a1ac424582541336c8c67eac6c7411a8 1 0.00/1.00 vMB 0
84,473 84,473 00000000002d69767852b28c5b198ed50c8e639b6b0649ac02b08d61521432c2 2 0.00/1.00 vMB 0
84,472 84,472 00000000001c21b12d9e9d6d2664d301329dfc27a72e4056dde56b74eb9a12c5 1 0.00/1.00 vMB 0
84,471 84,471 00000000000cd5e943271d2b5bcbcf8062f95f34fa34401f11fe143665b0a1a1 2 0.00/1.00 vMB 0
84,470 84,470 00000000001fabd070aca35a1443cd4d569744da225d5975753ca9dd3cdb1840 2 0.00/1.00 vMB 0
84,469 84,469 00000000002dd26b2ee66d58af0213b64ac9086c44bd18eb09892019f455972a 1 0.00/1.00 vMB 0
84,468 84,468 00000000000d4d262afd5acd12e4d5f1376dd6406b189b3b2c051422f1f5a72b 1 0.00/1.00 vMB 0
84,467 84,467 0000000000169530f68c7ded2140a63487ec9a4b3e562969932fc3c0e2cb9012 2 0.00/1.00 vMB 0
84,466 84,466 00000000002a27b157a9a10600d9da81ecf683bf8e13b95b3c973d9494081637 2 0.00/1.00 vMB 0
84,465 84,465 000000000006a4e32886991e02212b3cee48726642fb5cc630cbbd48207d8b04 1 0.00/1.00 vMB 0
84,464 84,464 0000000000310ae109c51efeafc1466b34fcb1f6a1d1925be05dadf361d6392e 1 0.00/1.00 vMB 0
84,463 84,463 000000000028c2bdcad4aa5bd4097c7581b61373a7e0c904a1103b4942aedab3 2 0.00/1.00 vMB 0
84,462 84,462 000000000001f746c33bd76ace5f8d3ae6e187c8b7f0011f90dad52e16a47002 3 0.00/1.00 vMB 0
84,461 84,461 0000000000254cb84cbb8ca4b1a2c6f4d15a01af80ccfa9ba243c06a8aba5a46 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.85 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: 562.83 GB
    • Received: 7.49 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.