Memory Pool Memory Pool Refreshing

7,891 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,790 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (802,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,352 105,352 00000000000095a0e28498a92f7afcd1e8ba96cc5bc63ee173ea646693239aa8 0.01 MB 25 0
105,351 105,351 0000000000015d6a4cbbcad53c3c71bc88907d9ce8c3f6b0e4935b31c8636f3c 0.00 MB 12 0
105,350 105,350 00000000000241b16dee81e5f0116290f4897c516bf11c86f5bff0732d594b42 0.00 MB 12 0
105,349 105,349 000000000001200d03a243682846f95fc44a7549b004c137ead5e7a13ff845d1 0.00 MB 7 0
105,348 105,348 000000000002e47783232dec75d9b0cdfdfc80bc1c717ed3d6259b7b1670a424 0.01 MB 28 0
105,347 105,347 00000000000183f2c0f21d788e0199b7b71fabfb2041b6be020997be173576c5 0.00 MB 12 0
105,346 105,346 000000000000cd122cf2f04b39da350807e1edb5d5e90c7076dbb4cb5e0f2ba1 0.00 MB 12 0
105,345 105,345 0000000000012b77d4b227e71e88860392a6b21fe1f7060dfb045afb719ccad7 0.00 MB 8 530
105,344 105,344 000000000002215c01a1cd8c02cec46e2ef679d1944b0f01426c353a94b3adbf 0.01 MB 7 303
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
Previous 10 blocks ↓
Total Size: 769.29 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.62 GB sent, 94.36 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.