Loading Tool

Explorer IconExplorer

Memory Pool

79,118 transactions
30.06 vMB
0.12451291 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt 22f1485ec484a2a215285d26b1abab987c2e5b5f8c67e0f6aaea4503bb3cbe67
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root ef8173b43b1ff67d0fa39ef8200da48181298a4c02f678ce954f57387e713a38
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,747
Size: 1.00 vMB
Total Fees: 0.03853276 BTC
Feerates: 673.02 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (499,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,336 415,336 0000000000000000051f5eba75413ee096478e4a2ca18fe1d78a9afb1794ab5a 1,275 1.00/1.00 vMB 29
415,335 415,335 0000000000000000016e12403b500ea246986286d9178d104ef9b98948e584f6 1,445 1.00/1.00 vMB 20
415,334 415,334 0000000000000000024d2541bb95fde6b17bc527b8fcc67f048df60ac5711ae9 2,056 1.00/1.00 vMB 45
415,333 415,333 0000000000000000014c24a1b1373885998909026b58b2455b3af5cd70a2c92a 2,523 1.00/1.00 vMB 61
415,332 415,332 000000000000000005596cb137c577cfedae7c61024c40166def11ed17eded08 3,250 1.00/1.00 vMB 71
415,331 415,331 0000000000000000010839d61bf62dafa3b6e9ed700edd9c1888c0615e8c65f4 241 1.00/1.00 vMB 3
415,330 415,330 0000000000000000023ac6b7f84821048065ba2a83d4b427dc97846e55950f64 579 0.29/1.00 vMB 60
415,329 415,329 0000000000000000005cd6fd6ef7adb7501e0b99c13ab61273dbf2a2b41c308b 1,302 0.81/1.00 vMB 33
415,328 415,328 000000000000000003fc8fe30a7ef3c6d46b88117fc4557fa59e63799851fdb7 2,418 1.00/1.00 vMB 43
415,327 415,327 000000000000000003c7d86ba032a641eccee5db49cc58cfcd189bb9eb99f583 2,655 1.00/1.00 vMB 41
415,326 415,326 00000000000000000591ca7d95909babfd27dfef1c6a7727ac14b8710a6d56c7 2,071 1.00/1.00 vMB 88
415,325 415,325 000000000000000004925d30a0c4600b689fdd460f95a18e2daa48749ba56c59 236 0.24/1.00 vMB 35
415,324 415,324 0000000000000000005ca89feefec5d640b4676a419f90c631726fd82b550399 1,646 0.92/1.00 vMB 42
415,323 415,323 0000000000000000003dd7b991e9884ca63fc29faf99b54a271097ffa2ee1cea 2,274 1.00/1.00 vMB 50
415,322 415,322 0000000000000000042923f66e16d32cb3f8df27eee7a95a01d5df199fd86d06 1,795 1.00/1.00 vMB 43
415,321 415,321 000000000000000000541f7593abdf4f46efad4d05efe7f0a01b347d4080fdba 1,745 0.99/1.00 vMB 41
415,320 415,320 0000000000000000059494c57df79a41ab651fb328e27b24249001a81dfa0bfc 114 0.05/1.00 vMB 58
415,319 415,319 000000000000000001a2ee8758eb100b9b69b4e5c22b3b9005af192f1d5be2d8 812 0.95/1.00 vMB 24
415,318 415,318 0000000000000000042924d62fd60b173bb3ad0dfb6978f8e8f3c8e83892b1f3 1,199 1.00/1.00 vMB 29
415,317 415,317 0000000000000000032d9f1a1f6ec1aab8c7e876b89845f7360ec5dcf15a844e 2,542 1.00/1.00 vMB 57
415,316 415,316 00000000000000000112b3124990ec0305042671e918a00cb7c9240fb72bb0d2 822 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.