Loading Tool

Explorer IconExplorer

Memory Pool

42,166 transactions
26.63 vMB
0.05981340 BTC
Random Selection Loading Transactions
Max Size: 138.96/200 MB

Candidate Block

Mining Attempt 93c86b68c33d38ec25571babaaff230543413f14e117b534e642dd775f974f99
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root 25599083d8dcd8fbd4be06a5156755e8d66672fec370a91dab523b7e1a5d8fbd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.01050524 BTC
Feerates: 100.45 > 1.05 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (362,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,398 552,398 000000000000000000283daebea2650bdd15b088e3ac972f85f444998f8cb379 2,994 1.00/1.00 vMB 51
552,397 552,397 0000000000000000002f8c724b9dfcf41d5c09d531aaec21613ebe2e33706f86 2,308 1.00/1.00 vMB 30
552,396 552,396 0000000000000000001a4ba6da13fae3b4c9760652c9244d98ec03b348b2edda 1,669 1.00/1.00 vMB 15
552,395 552,395 00000000000000000005c4802e6bbd0addf645d496b0e71e9ff95b5759800e05 1,713 1.00/1.00 vMB 25
552,394 552,394 0000000000000000002fc2df71ad64090a41900283df43a7da0d3bef117791b6 421 1.00/1.00 vMB 24
552,393 552,393 000000000000000000119d78bc7ffc22332b96b144b92ac8054a59a684d6fd0c 2,015 1.00/1.00 vMB 26
552,392 552,392 00000000000000000011ee460e3bf80ad8e57275fc0840a3ea53cef003102515 2,511 1.00/1.00 vMB 44
552,391 552,391 000000000000000000281bd6ed05820d4500d67f1981fb5d5c41f4682ddb5c81 2,692 1.00/1.00 vMB 46
552,390 552,390 0000000000000000000ddc41db784036088ee488bfbee27d76e47bc9487ff357 1,369 1.00/1.00 vMB 56
552,389 552,389 0000000000000000001352a202e0f305e098158ebf1159895a0e6ff70093237b 990 1.00/1.00 vMB 68
552,388 552,388 00000000000000000017ca191bfc28b065eca4df2ab9cb4e81541cd723f18d76 2,200 1.00/1.00 vMB 29
552,387 552,387 0000000000000000002c272f9f52db0701f386ed42e88c0fe169b3442596a96b 1,758 1.00/1.00 vMB 26
552,386 552,386 0000000000000000001a9142c0f3d30a064ed5219b8eb6b3e8472cb8813c8971 2,888 1.00/1.00 vMB 49
552,385 552,385 0000000000000000001531125df58c0e95765790ff8ddd13e804bc83f077998f 1,520 1.00/1.00 vMB 26
552,384 552,384 00000000000000000015038a38aa780723a79ae8fc6f1881240dac31aea9189d 2,245 1.00/1.00 vMB 26
552,383 552,383 00000000000000000015fe695e8d2e5ed3a7de81d3818ef43a444e1ee7b3ace2 2,423 1.00/1.00 vMB 31
552,382 552,382 0000000000000000001fd8c3e53ed3c47db3a9b326d1f2f130996f6f447c6c49 2,241 1.00/1.00 vMB 11
552,381 552,381 00000000000000000011638c6b7c0c2b8741a6f09ab020099ca17d5a88ac3d11 2,344 1.00/1.00 vMB 24
552,380 552,380 0000000000000000001c666b3297bd16cde7f4658bb0adc88e6dd53b1fb4d201 2,663 1.00/1.00 vMB 54
552,379 552,379 0000000000000000001d759519a42e6b9b83152d65022fd0942328f4e0aa1a64 2,525 1.00/1.00 vMB 46
552,378 552,378 00000000000000000011569b561289405d617d36f37428f75fdb8a0f9623c11e 2,401 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.18 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: 653.64 GB
    • Received: 13.98 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.