Loading Tool

Explorer IconExplorer

Memory Pool

44,872 transactions
28.59 vMB
0.06558596 BTC
Random Selection Loading Transactions
Max Size: 152.03/200 MB

Candidate Block

Mining Attempt 56fff4ced2f67f84d415e8c297d5709ee7a62b6c6d2b383cfec52d9da5c3acef
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 99adcca054ad3680752691d198be767b9dae7bac1904cea103b11629f3b7f093
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,137
Size: 1.00 vMB
Total Fees: 0.01135988 BTC
Feerates: 60.21 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (458,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,361 456,361 00000000000000000017daeec6c70fb6cf255126cc9093051e122b39e0356451 2,304 1.00/1.00 vMB 154
456,360 456,360 0000000000000000004f2e6bcfd24a364cbc4b38277a08e5e6cf8037de875753 2,646 1.00/1.00 vMB 140
456,359 456,359 0000000000000000007821616b5d2469bba91def23b5a22db0c5b8661e9b66b7 2,544 1.00/1.00 vMB 173
456,358 456,358 000000000000000000376d90c0f1e7e0a9b02629a32624f6b6f9c3b76d1a0e98 2,344 1.00/1.00 vMB 162
456,357 456,357 000000000000000001ea81888fa0e3590e11c6b2d4fe99500227b90600c61401 2,332 1.00/1.00 vMB 208
456,356 456,356 000000000000000001fd95cf2ae8d10ea4680903dc1fa4d5d4b471b956667b77 2,316 1.00/1.00 vMB 190
456,355 456,355 0000000000000000000eb78ed6360e05161853ea01dd68ff88d08e62ead01ad1 2,642 1.00/1.00 vMB 192
456,354 456,354 0000000000000000016a79487abcc77455ad7890d90b103a870dd7c1d43a0921 2,935 1.00/1.00 vMB 265
456,353 456,353 000000000000000002296203966c9d081b030f395956f6c8d2d78ee144f006e4 1,682 1.00/1.00 vMB 192
456,352 456,352 0000000000000000024851f10fe23c91380d50b539008e70b1d2356671df3a96 2,758 1.00/1.00 vMB 292
456,351 456,351 000000000000000002517183f6dadb5371d57878a201a8af9a3fa81f8445ff70 2,554 1.00/1.00 vMB 259
456,350 456,350 00000000000000000253fa3620a7e89e1734d3ffea816998a65d1f73c9f42882 2,381 1.00/1.00 vMB 252
456,349 456,349 000000000000000000b95d63f39ca3b4e6f207a547713c9cb2241ba61a9f8bd2 2,431 1.00/1.00 vMB 266
456,348 456,348 0000000000000000005860b0eecf8d196a256f1e62d32dca7d6eef02045ecd34 925 1.00/1.00 vMB 109
456,347 456,347 000000000000000000ccab99d4552c1aec1c85bf85ca7942c8df7721192ecfe2 1,566 1.00/1.00 vMB 169
456,346 456,346 0000000000000000003430714351982ef4657d65ef1197a4b6fa3ad21507c4f0 2,804 1.00/1.00 vMB 94
456,345 456,345 0000000000000000011d07f3d4b5f3f8f9c4e3457033ec0064598324e44fbb05 2,106 1.00/1.00 vMB 170
456,344 456,344 000000000000000001d593ae415a05b46875198335221d880414b035a00dbba6 2,375 1.00/1.00 vMB 111
456,343 456,343 000000000000000001a2bce55674b4778cc6c2ad693ddbf6d7f366cf3a0945a3 2,475 1.00/1.00 vMB 124
456,342 456,342 0000000000000000009fa25163f1339ba02276cedcc56ca2734bb6e25966730e 1,480 1.00/1.00 vMB 127
456,341 456,341 000000000000000001fa83cf9382dee627f1f87345c8013021714c3027e6c63f 2,783 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.