Loading Tool

Explorer IconExplorer

Memory Pool

44,467 transactions
26.62 vMB
0.06244659 BTC
Random Selection Loading Transactions
Max Size: 140.50/200 MB

Candidate Block

Mining Attempt 3284289b560bda3f9abb1e7507532fccacf475bb4e6fd311805b42d3f52920df
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 23d147ccf695190b1e512f00e6a301d9c63d9c5dae5e88cc453e119c7f0a6397
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,297
Size: 1.00 vMB
Total Fees: 0.01359394 BTC
Feerates: 100.36 > 1.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (453,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,513 461,513 0000000000000000003a15182b7e7f39f1a368053521272f7415b260ac967f1b 1,869 1.00/1.00 vMB 127
461,512 461,512 0000000000000000007de0522b9ce5d34a9c572de1b914f72a38a6c546f7d41c 1,991 1.00/1.00 vMB 178
461,511 461,511 000000000000000000975dac250d139dd38ae77444dc9b1e43fe0d41b74d50ca 1,249 1.00/1.00 vMB 87
461,510 461,510 00000000000000000186bc32f3a07304a31525ca59515ff615dbfdaa3302999e 2,319 1.00/1.00 vMB 185
461,509 461,509 000000000000000000c1bd1383e8ffe848998dad66cb4df37043c47cfac96603 2,534 1.00/1.00 vMB 118
461,508 461,508 0000000000000000011e5a1747219895599a2ddc186438652749d5ddc1f73cca 2,366 1.00/1.00 vMB 160
461,507 461,507 0000000000000000003b7626c115f0c7617b8f40db44cabd07befb03a14a83ed 2,049 1.00/1.00 vMB 131
461,506 461,506 00000000000000000162319b376fa3cee79195de5e2173b10cd50e75c72f7604 1,871 1.00/1.00 vMB 140
461,505 461,505 0000000000000000004b1398dfe37b9471671bfdb32c84f1dbdc8fba16cc2840 2,837 1.00/1.00 vMB 159
461,504 461,504 000000000000000001d32e1117ac1772af817a8fe311db81d5be854becf1bc1b 2,890 1.00/1.00 vMB 236
461,503 461,503 000000000000000000932c850e47fcaf2d4d93305d7bae88c6bdb756e48e8e9c 2,160 1.00/1.00 vMB 174
461,502 461,502 000000000000000001baa2cd9c51a5b9ed09a0096f09301d85175a87cbae37c7 2,152 1.00/1.00 vMB 144
461,501 461,501 00000000000000000046483200ee64ecf0c6c831e6330badfbe586cd008824de 2,044 1.00/1.00 vMB 165
461,500 461,500 00000000000000000046fad845b0f294d98166e36e2c17a68a341d01b3cb5a83 1,844 1.00/1.00 vMB 107
461,499 461,499 0000000000000000009dc67c57d87b583deecf6fb3f9916fd2994ca680b95efc 1,405 1.00/1.00 vMB 117
461,498 461,498 0000000000000000010c769c3330381fd505b87d4c05e74bd03148917a8d0df0 2,864 1.00/1.00 vMB 140
461,497 461,497 000000000000000000427ee96604aace09a717ce8cd8fdfded7a800f8234abcd 2,265 1.00/1.00 vMB 130
461,496 461,496 00000000000000000176e4dda2588c8c73438c3b850bdd25f1f0d1ff2c7e0a7e 2,449 1.00/1.00 vMB 174
461,495 461,495 0000000000000000014b523ad58b9693cf29ea21aa95dabc21394c733d556fa6 2,492 1.00/1.00 vMB 137
461,494 461,494 0000000000000000015372917c5bbbfeefd05cba4df701ae12d3541ec4706111 2,080 1.00/1.00 vMB 143
461,493 461,493 0000000000000000020f0da62b9e9e17471bfa41578bf4e4b52909be624f3e09 2,624 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.