Memory Pool Memory Pool Refreshing

5,298 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,394 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (802,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,343 105,343 000000000001992f1dc15147b2a37b47d49ef59d2745aeecaf19ea0b83b3aa2f 0.00 MB 12 0
105,342 105,342 000000000002a9721b9b4710ae2d7f9f6b5ce8dcf7621d095ace96e3ba21b407 0.00 MB 13 0
105,341 105,341 0000000000024cd99308f14d8729a8334128e2881d16c4e98de546c80ab87719 0.00 MB 12 0
105,340 105,340 000000000000f085e87b280b6714616726b29fcddfe4de69b94058e5002a5d0c 0.05 MB 191 0
105,339 105,339 000000000000168059cbdae87a29f7634eaa85756fd83019fdfbc7ac92c7492f 0.00 MB 12 0
105,338 105,338 0000000000004b878bb31c65eb4d82a000fee606cbd5569b3df08f1cc9fbaa55 0.00 MB 2 0
105,337 105,337 000000000000236388ea865cc1d262033882eb3ea30adca3e907d6366e0626f7 0.00 MB 12 0
105,336 105,336 00000000000281a9f7b6cc45380665df33c19e9172e453b358330ce4e4747b62 0.00 MB 12 0
105,335 105,335 00000000000095bb16f9266ca9a7a79576f8323d01998fe37a7f51296389245e 0.00 MB 12 0
105,334 105,334 0000000000007aa748f3523abddc7b956d5d844e5c081187ee4faf1d9b704807 0.05 MB 190 0
105,333 105,333 0000000000009e689c7bb2bb335995881eefb485761a0bc8f487849ad974cb44 0.00 MB 12 0
105,332 105,332 00000000000202f7c18906e623fc993fead1854a5d81dd058243d7d5b3d0b08e 0.00 MB 8 0
105,331 105,331 0000000000008330f258894834d8cf35abbb1b8d8a701327837f5ef6f9359677 0.00 MB 10 0
105,330 105,330 00000000000230fe908f0ced03ecfabafe65a649277884c56aff348c66cebb00 0.00 MB 12 0
105,329 105,329 000000000002c3938d9aaa3c841c8bfcdd64cf4affae1b588209ac1ce9666104 0.00 MB 11 0
105,328 105,328 0000000000025fad528492048e745b6fda6fffa3337fe698ecd8a137c4b06705 0.00 MB 13 0
105,327 105,327 000000000002e862338ea948b7d5380661ebe64191d06e2b5180b31bd0575bf8 0.00 MB 18 0
105,326 105,326 000000000000b8708ee38867642f3343f247d0a33b4f31373ad6d934f319cdd6 0.00 MB 6 0
105,325 105,325 0000000000026d89b975f439c8483d01c59a403521f42b85d247c276dc8a4300 0.00 MB 8 0
105,324 105,324 000000000002e3ab0545ab9bd14053605b8d37c22cdd71a9aab9954b36c50414 0.00 MB 12 0
105,323 105,323 000000000001702f8ca95ceaf85c2143ced793bcf71a31300350d5f20722645c 0.01 MB 24 0
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.57 GB sent, 94.34 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.