Loading Tool

Explorer IconExplorer

Memory Pool

34,779 transactions
25.78 vMB
0.06494672 BTC
Random Selection Loading Transactions
Max Size: 130.88/200 MB

Candidate Block

Mining Attempt 3d779bfa8aa7fdbcd477856661107dd0cd28b0fa12eb95093c9c3ade7277a373
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root e7b88954a4d48a1d6a84c6b045fe4da3aa9f13afd9d24024acebcbea08656ea8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.01748006 BTC
Feerates: 101.16 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (220,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,507 694,507 00000000000000000005f25a7ab884392637cc59646cf24a5e3c925d533964e3 3,306 1.00/1.00 vMB 2
694,506 694,506 00000000000000000012283b98ae63c9ad0ec25bc496e42096c531216330b222 2,459 1.00/1.00 vMB 12
694,505 694,505 0000000000000000000cfa520b44dd9bd7568e735c34f4bf8b839afac61a2e8f 3,358 1.00/1.00 vMB 8
694,504 694,504 00000000000000000006c487ca67518b88db51b2f9d0044cac5cfebf4c29e453 2,577 1.00/1.00 vMB 25
694,503 694,503 0000000000000000000c9794e85bd2de78a04dae2e0e6803cd7711bb2d911d9f 2,504 1.00/1.00 vMB 18
694,502 694,502 0000000000000000000743cf63cf4c784974d29a31de12f259b9ce20f3517e31 3,160 1.00/1.00 vMB 29
694,501 694,501 000000000000000000080e21ce16d054f24922e05217f2b6ade22a120159d6fa 2,955 1.00/1.00 vMB 30
694,500 694,500 000000000000000000049fbe668a0a752c252d51a4d15d789184710990a2774d 605 0.53/1.00 vMB 7
694,499 694,499 000000000000000000056c761550da25369fbc3808b770d5feb1c470ce97d077 2,999 1.00/1.00 vMB 2
694,498 694,498 0000000000000000000f599af0bab06d882075d366f35aed3a4e3f8fba3d8da8 2,934 1.00/1.00 vMB 4
694,497 694,497 0000000000000000000efba7c239262130664f7cec390eeed3b001b3904a0e99 2,515 1.00/1.00 vMB 21
694,496 694,496 00000000000000000003b205ce6e0ec7e94f56d1e0c7b13185cd215c0d35a3bc 2,617 1.00/1.00 vMB 24
694,495 694,495 000000000000000000040dd7cf9995201d482b7259591af2f7438350ee940dac 52 0.04/1.00 vMB 4
694,494 694,494 00000000000000000012efd00357333d0ce597a91ffc0361baa61873adf9b05a 1,933 0.81/1.00 vMB 10
694,493 694,493 0000000000000000000dd3394de7f0754035f5aadd29788d7e839053d4f49f53 1,378 0.46/1.00 vMB 5
694,492 694,492 0000000000000000000d08e570f1772b6580a02424d516993ea4dcf44f35a38b 2,805 1.00/1.00 vMB 15
694,491 694,491 0000000000000000000d25f79b80b5f5bdb799253e3a920aab84bffb8ec138c5 71 0.01/1.00 vMB 17
694,490 694,490 00000000000000000002da64c8f738c3db97e05be67f5e7cfbc97e849516bd3c 1,181 0.54/1.00 vMB 1
694,489 694,489 000000000000000000008e3e277155c8eb844d13bd25c35784ac28d505d17d7a 1,110 1.00/1.00 vMB 3
694,488 694,488 000000000000000000130b971970337acee8ef1589c88fd803329ba73b9ac22b 3,378 1.00/1.00 vMB 3
694,487 694,487 000000000000000000082b198b37578b5920bace759d76f2db7fbde2faf4ab78 2,457 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.