Loading Tool

Explorer IconExplorer

Memory Pool

31,101 transactions
28.31 vMB
0.15084918 BTC
Random Selection Loading Transactions
Max Size: 137.23/200 MB

Candidate Block

Mining Attempt 880aa776ca8494e0d9188b2d9cb31576204b73dc0d50701bd1a3001a8e4320a7
Version 20000000
Previous Block 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c
Merkle Root 9a801cc0f6be176449b20fef8e95f1c5619c6f7d19a427fbe884a8c38f3eac70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.08878594 BTC
Feerates: 502.40 > 8.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,493 (887,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,508 26,508 000000001bdba6a85fe304ab97abebdf50c20e916b19122656fba6af3678ca46 1 0.00/1.00 vMB 0
26,507 26,507 0000000041fa0df32bf5d6c61d6ceb9966ecb17418602b2116c14d8a96d7837e 1 0.00/1.00 vMB 0
26,506 26,506 000000002e4ff03f9c8292637783b44022cb0f96a69f12ed96174fc6f9b57638 1 0.00/1.00 vMB 0
26,505 26,505 00000000a6e2242a53efd8fa1c4b04b1f707b139c439e201e12d35f47d5e10fd 1 0.00/1.00 vMB 0
26,504 26,504 000000001aa2ab9faf43e90d7b76925e13a2d5e61d794068ceaa4a9c39069a19 1 0.00/1.00 vMB 0
26,503 26,503 0000000058ea7763fabff5b49d476962caef0de65e5546b0a8de84b794cec2bc 1 0.00/1.00 vMB 0
26,502 26,502 00000000a34df780864335fa44506e95b3940950c48bb7f57a26df45d43d86e0 1 0.00/1.00 vMB 0
26,501 26,501 00000000350bef4072eb22a313badd5df4d0258b6be1fca1e58710d699947048 1 0.00/1.00 vMB 0
26,500 26,500 00000000508cf2dedaa7168b3d13d04ecbd10befabd4c831e2073236e98cea33 1 0.00/1.00 vMB 0
26,499 26,499 000000008cefac194cdf0152264dbfe55ea398822106f4201fafc11fd694df93 1 0.00/1.00 vMB 0
26,498 26,498 0000000046226ee000e071375f8f59c24527d82e835acffd20e72178100c5563 1 0.00/1.00 vMB 0
26,497 26,497 000000003cfd25b506264f07fa118eec9982a610db7e0172427f67192cd0fd16 1 0.00/1.00 vMB 0
26,496 26,496 00000000227123d9c149a37fd103b5ce43422f2ab8cbd4c29aca7e0d743bf016 1 0.00/1.00 vMB 0
26,495 26,495 000000001159e69f14f0ae853551a0711d9a3893bb9976a0dc67704f429cf24d 1 0.00/1.00 vMB 0
26,494 26,494 00000000e0c80298a4998cd559e6a184a3fd4cf02cae73d8e81734a9e0ceb56d 1 0.00/1.00 vMB 0
26,493 26,493 00000000eb9947b98181a7e4b9868297450655f4a89f92e8913e472e14015092 1 0.00/1.00 vMB 0
26,492 26,492 00000000cc43dbed4e64fab290df1840f2e8683743a73e68ba8477d569b086d3 1 0.00/1.00 vMB 0
26,491 26,491 000000009a7b80dedf4b0399a6c4a7aababf69c6e6ef27f6726ebdb7fd89082d 1 0.00/1.00 vMB 0
26,490 26,490 000000007e4851a9076e69acf8dce1c20d54a28d7c5ddbe696e1c8abb348a04c 1 0.00/1.00 vMB 0
26,489 26,489 000000008c427dba7cfa6629b6e2f5ad42d7f553017b213928e4c73b2cb09135 1 0.00/1.00 vMB 0
26,488 26,488 0000000051b632fe7f220b855f924d1eb62f5dd56d91c56a76b9f50231d64f2d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.49 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: 611.90 GB
    • Received: 10.91 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.