Loading Tool

Explorer IconExplorer

Memory Pool

79,765 transactions
29.93 vMB
0.08248777 BTC
Random Selection Loading Transactions
Max Size: 179.60/200 MB

Candidate Block

Mining Attempt db581a343b437530bfb96db0c87ff13dbdef3216234998d5605ffc4547972849
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 5679eeb3027d9ec3a0cae642556f2c2799584123f56d4ea6c980a02e6fd786eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,061
Size: 1.00 vMB
Total Fees: 0.02141593 BTC
Feerates: 301.07 > 2.15 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (793,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,512 121,512 0000000000002790ca4bef8272f0a2522e50cebda9cf714d25901f4cbf9b513a 13 0.01/1.00 vMB 1,115
121,511 121,511 0000000000003fde43ad48eab33db28b9f5400a7b23b803d7706e6b986ae1d09 4 0.00/1.00 vMB 0
121,510 121,510 000000000000868e0bc5619dc42a9670d49760db8fb0765efc2992b38e488350 37 0.01/1.00 vMB 2,099
121,509 121,509 00000000000011edbfb577a09fc735b12a9c857296069bc73cdc2cdba13f243b 7 0.00/1.00 vMB 1,251
121,508 121,508 0000000000005511ff2872df5060e7abbb9f3d98a66199c8598f8cc83c7e799e 8 0.00/1.00 vMB 938
121,507 121,507 00000000000028de60524fb6ea105e150d7c0881a8e4629251a245ffb263de4e 8 0.00/1.00 vMB 0
121,506 121,506 00000000000018e93959fe5c3334abe61eecc8be19a24f7d139d099a3dea2e52 10 0.00/1.00 vMB 430
121,505 121,505 00000000000071d3742b4aec675fa7d460278ae996620ceea5caa508a4d73859 11 0.00/1.00 vMB 0
121,504 121,504 00000000000022c56eccd716e1006c42c16253e162cd680dbec5e1dce88365b8 11 0.01/1.00 vMB 1,361
121,503 121,503 0000000000003d2efa41b2852bdfde45f0ac876622b5edc7625d1c810121520b 10 0.00/1.00 vMB 345
121,502 121,502 0000000000002320303fcdcd14612018a6d62fe9641fe3e54de938a8769b9e7f 8 0.00/1.00 vMB 265
121,501 121,501 00000000000076925af6ea93922470f22c511055f03a82a1993e332f11ebdd5e 35 0.01/1.00 vMB 2,116
121,500 121,500 0000000000001514926f085cac3f5fc2eae6be6fca32e85a06b0a132a30459d0 3 0.00/1.00 vMB 0
121,499 121,499 00000000000063957150418f43970d42f87a0db9d402be2316bbb6fe9987d382 6 0.00/1.00 vMB 1,358
121,498 121,498 00000000000004120abc2037be0c38de17125ea4d8677161a68d976f7f9d29d2 22 0.01/1.00 vMB 457
121,497 121,497 000000000000807094aae1363f0f4ee8e7c19a2272cb2e76a864864dc9179d08 8 0.00/1.00 vMB 0
121,496 121,496 0000000000006714d2c29341c9c2fd570482c7d754c8b96fa104f77a841010ca 9 0.00/1.00 vMB 0
121,495 121,495 000000000000039eaeb07467cd0d1c152c4fa83f43f1010fb4bfc37d2b5a8b2b 14 0.00/1.00 vMB 0
121,494 121,494 0000000000008039d83eddcea2335301cb3ce939501049ec5d6c29c447b80070 1 0.00/1.00 vMB 0
121,493 121,493 0000000000002610912ca9480e09d8735c9f4acf361d7a9df21933516ecbbf33 13 0.00/1.00 vMB 657
121,492 121,492 000000000000495e35689d2a9a2ea380a48731ad671f7b5df16743b95459fc05 9 0.00/1.00 vMB 598
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.