Loading Tool

Explorer IconExplorer

Memory Pool

35,596 transactions
14.64 vMB
0.07222684 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 84.59/200 MB

Candidate Block

Mining Attempt 0d0b53a6bd8f42ff1b79d69971125c6cd196d9724f174601ea64b5eaea8d8ab2
Version 20000000
Previous Block 00000000000000000001499d4136d03e4f6b64626ad58c76a3a1b5c3ac899cad
Merkle Root 520d3ea6c0d0b3b2078acf4b30e2dc74c5adf33b3f4ff990511c7d9c6cd60b7a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,397
Size: 1.00 vMB
Total Fees: 0.02709018 BTC
Median Feerate: 2.51 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,345 (875,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38,243 38,243 000000005acc2ecce3d7b6824935570301efbb167129f4d824f49b98898d980d 1 0.00 vMB 0
38,242 38,242 0000000019749e76b940fb1de1026925277409b757d0cbcadd0b259947e89bcf 1 0.00 vMB 0
38,241 38,241 0000000026cc0bbedeb3b127398a9a57a2ae2cc7422f964baccc0a28de64cdb7 1 0.00 vMB 0
38,240 38,240 0000000070f15d4f744ca1a3e0977cbbf6ddd7fb2c6adaec0ab6d373166ebeb6 1 0.00 vMB 0
38,239 38,239 0000000093308a0c7eb74061d6e15304964fbce3346687bea52a23ff0e27aafe 1 0.00 vMB 0
38,238 38,238 00000000b08a6650ee1bd4f52fcff79f0fcb663c79c05170d697f389b4c0ea03 1 0.00 vMB 0
38,237 38,237 00000000bd95e7d86c875af12d0bc7b3f24ff035b2218d8996412a5e0ced4403 1 0.00 vMB 0
38,236 38,236 000000007bac8b6d0b2ebc7768e34dd49fcf5da1d74d77ad618705226d1d4956 1 0.00 vMB 0
38,235 38,235 00000000431b8c13849377a714b8627ffae6955844d21d3c403a17ad8763e55a 1 0.00 vMB 0
38,234 38,234 000000008d2f9e02e4733eda128c53bc8b055b9d0d3ac82cf66127c1bce1b3cf 1 0.00 vMB 0
38,233 38,233 0000000065a779633bc84d6e74ec173282ba8fdc854ba1b0d957800ece3fbf3f 1 0.00 vMB 0
38,232 38,232 00000000581a6df671bae6bb1e53776ddf68c68c3d7bdeaf39065dc79b6355b5 1 0.00 vMB 0
38,231 38,231 000000008e7e4827bfb2fc2143e99080bf33b35f58e29a52e8198b1409fc30aa 1 0.00 vMB 0
38,230 38,230 00000000509923cb9b71ad94b9ab0c518ae7b8921d8c84f6006697daff79445b 1 0.00 vMB 0
38,229 38,229 0000000037ddbaf27e0d06f84e411a4949915fa63532436d5497221d481fee87 2 0.00 vMB 0
38,228 38,228 0000000083f538219e2cf1a416d1ca73b9c30c22b412fb076c14cf3b5432341a 1 0.00 vMB 0
38,227 38,227 0000000040d7c7e3e13b32f2cd451ad8d6e1e4a8a3360d004a43cf8ddc2df6c4 1 0.00 vMB 0
38,226 38,226 000000007d2bb47717230750fa355e9ad367b7c6823095785482a7ab1f889d51 1 0.00 vMB 0
38,225 38,225 000000001db20e4faecb509eebc4d39d231a901764a22e345b59726008238996 1 0.00 vMB 0
38,224 38,224 00000000a7452ee224deeffe0db587224897caece73180b16396fd9fdc632479 1 0.00 vMB 0
38,223 38,223 000000008d7808fc6895f8eb17e54950ecbf1f46e6fdc30e644b6a80c0f0c996 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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