Loading Tool

Explorer IconExplorer

Memory Pool

81,071 transactions
30.74 vMB
0.08799021 BTC
Random Selection Loading Transactions
Max Size: 186.95/200 MB

Candidate Block

Mining Attempt 1035d847c4fab1565c716e98f4c31b8390cfa20651410a34bbc494a56bec05ac
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root e78b25f7a4d9ee3e41c459b0a4808af625c09ae8047aa89b01f0e2365c58f90d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,615
Size: 1.00 vMB
Total Fees: 0.01735440 BTC
Feerates: 73.20 > 1.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (36,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
879,372 879,372 0000000000000000000175ea29f6c0da5b9c3490d8933c8561adc8f507510cbb 2,834 1.00/1.00 vMB 5
879,371 879,371 000000000000000000000070e6235dd6cbfc09a9d8e996cbabed7a23c439b984 3,572 1.00/1.00 vMB 6
879,370 879,370 000000000000000000007adc0f3f5b779017ff122ddf5dbe67da08b0148f07de 386 1.00/1.00 vMB 2
879,369 879,369 0000000000000000000263226698f0ea792cd5f92d7b1bcd53d77c5fd9df626f 1,952 1.00/1.00 vMB 2
879,368 879,368 000000000000000000021ec2279cb5627bebf09eecaee06c14157e0032dbab65 2,094 1.00/1.00 vMB 3
879,367 879,367 00000000000000000000bb464b85b211a3cd1cea8cf09f5bd544a144fae559b8 3,414 1.00/1.00 vMB 6
879,366 879,366 000000000000000000008ef372b13af10e5133716d5f272f06cc9038da6dba20 2,528 1.00/1.00 vMB 4
879,365 879,365 000000000000000000012707562b3023609856fc515b9c4a803b1b4805614b35 2,682 1.00/1.00 vMB 4
879,364 879,364 000000000000000000001539dcdf6abe8d2aaa3584e679a530deb7a5cafba1cf 3,118 1.00/1.00 vMB 5
879,363 879,363 0000000000000000000208968fc461213462035833e4bb09b42c50325c6e098c 3,404 1.00/1.00 vMB 7
879,362 879,362 00000000000000000000e3e7f864f2d1980120aab3c281b4a8ccd28b488f4a58 2,188 1.00/1.00 vMB 3
879,361 879,361 000000000000000000026c20501a256d617a9ccdc53235070943769a545d4b26 3,047 1.00/1.00 vMB 5
879,360 879,360 000000000000000000026762d06291cc19ff67ae99e7476432a87a1bbc6e3d52 3,290 1.00/1.00 vMB 3
879,359 879,359 00000000000000000000612d97a4426baa4a2d65b95dad8bfecbdaad77e457dc 4,290 1.00/1.00 vMB 6
879,358 879,358 00000000000000000001bd3e96aeb5006f78c5f556a77f3bedd549a2b29f6f2e 3,235 1.00/1.00 vMB 8
879,357 879,357 0000000000000000000163cd951ed5209d5eb5b2c4d0a20235e451c1f406fada 2,288 1.00/1.00 vMB 3
879,356 879,356 000000000000000000023338dcdfc9ec6f7ac5664759cd993b1258cddd5240fa 1,469 1.00/1.00 vMB 2
879,355 879,355 0000000000000000000077e2ea1a69aafcef23718b2ee219723f2c63f5200771 3,168 1.00/1.00 vMB 5
879,354 879,354 0000000000000000000245f44a82264e2a2aa49a356157eb6b0dbc403083a49d 1,763 1.00/1.00 vMB 3
879,353 879,353 00000000000000000001c8a67c1d9ba792b89cb1f347aebbeba1a44b538442e7 663 1.00/1.00 vMB 1
879,352 879,352 000000000000000000019369b96ac0f86e5ea5be2b812bc6c4b3fbe6e57b243f 1,696 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.