Loading Tool

Explorer IconExplorer

Memory Pool

21,271 transactions
10.12 vMB
0.02924185 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.59/200 MB

Candidate Block

Mining Attempt 13e2cd506fb51d75221f9e2c45ca731ab1025e97f5179d65dd5b927f12d5a5ed
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root 90b90659b5a8357149bd9aa559aab68ea2e1f3759cec8bd4dc220bef5be6eb7a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,074
Size: 1.00 vMB
Total Fees: 0.01290373 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (653,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,628 259,628 000000000000000099c3b1a037c1d21bb70b8ae3a2f1fc227deffe331045baaf 73 0.03 vMB 94
259,627 259,627 00000000000000216f601c1d15513a444976c55924824c1a1b9dee867f433eef 64 0.03 vMB 84
259,626 259,626 0000000000000012c7bf78ec51e995c8fdc3ae22b78b272edb71c0b5ad0a6a1d 38 0.02 vMB 56
259,625 259,625 000000000000001d7970d88807b4d2d0c68ec2775a449f976439f72f112bad85 16 0.00 vMB 93
259,624 259,624 0000000000000005aaa68341afb3de74dc3b06227d80f0b0f8d08b762a6522c5 88 0.03 vMB 119
259,623 259,623 000000000000001df20be1f7cedd24b60b4153787c40aba7c560fc60f16141c9 272 0.14 vMB 111
259,622 259,622 000000000000000d1b3ae6b231a0189dbf8fd3494947713abd85c8dd2f21e785 16 0.01 vMB 163
259,621 259,621 000000000000000a9f8372d0716e2a232ec87d39ff55036c3f9d5b7005f64575 118 0.04 vMB 167
259,620 259,620 000000000000001dc28e0e7e9491b9080943dc97619957d0d66c737a3784d5f1 176 0.08 vMB 110
259,619 259,619 0000000000000015a55b8ec312a41cb8f3869ed204a681b5c67f9dd4c70ba86c 92 0.03 vMB 124
259,618 259,618 0000000000000008fb68a8ed3a8dc43fc66eccdee9047087a24454e5cbb4e341 484 0.18 vMB 136
259,617 259,617 0000000000000010b046aaf9e55cd9e71d923b66f6996de6e145b0a3972ee419 288 0.12 vMB 111
259,616 259,616 000000000000001e7bed66e3ad788d6770af23afffae191d7ca385559659f470 150 0.05 vMB 116
259,615 259,615 0000000000000000fde2da2c7f014c663d10fa427b42e803eed2ce268418de92 379 0.19 vMB 95
259,614 259,614 0000000000000022a354e8cbbbc6c307fc790b95d8b0a771fc8d780f1e0c65a5 67 0.04 vMB 75
259,613 259,613 00000000000000259c71debe2c46b02fe8a563932377843547491167310703bb 447 0.18 vMB 141
259,612 259,612 000000000000001ef19e9ea3f20eac9c27464ef5601a8934552dd21944312bb9 183 0.07 vMB 83
259,611 259,611 00000000000000062ba204d2ed626717985caedb9e3151683ae1ad34d493a969 325 0.25 vMB 71
259,610 259,610 0000000000000013c866807d97272622fb89452a2114a414ae837713bf8f6b5e 243 0.10 vMB 113
259,609 259,609 0000000000000020ac9d880a36eafc018f674c7c67d4d72f16ae8f55b5c49627 317 0.16 vMB 90
259,608 259,608 000000000000000c02eaf4cf0e7166540c17b0a1ea4a0ef013d3d2c6dc646c62 174 0.07 vMB 56
Previous 10 blocks ↓
Total Size: 779.80 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: 406.87 GB
    • Received: 2.13 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.