Memory Pool Memory Pool Refreshing

8,204 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,150 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (804,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,346 103,346 00000000000105783e514b3f933acbdbe8307bdcf8cc91648395e5dac7a840ed 0.00 MB 2 0
103,345 103,345 00000000000226a676919157a6f3e693fe919e1ab84253d21dc4cb8e36daf22f 0.00 MB 2 0
103,344 103,344 00000000000210650709cfb59001ddc216a9fabbbd5ccadce94514f4f801d3d9 0.00 MB 11 0
103,343 103,343 0000000000031166a112aa1a754210741b2fb58a3e1bd92bcd7897491a0f7756 0.00 MB 20 0
103,342 103,342 00000000000211d5d5e381f0177721747f78439d0980bf02841230c7ae790447 0.00 MB 3 0
103,341 103,341 0000000000018293832490d53c29cd0f73ea2051a4ee8486847de650c63e7348 0.00 MB 4 0
103,340 103,340 000000000001f25a35ce310bf78984493223c7705808b94162004e243bdf9baa 0.00 MB 3 0
103,339 103,339 000000000002bc73418834048d169c27245b1d3ef7545e5de8560fb032ae2ca8 0.00 MB 1 0
103,338 103,338 000000000002c20b5e7e6af4f9f070c8c83749259f062783a6070ce83a1a1b0d 0.00 MB 6 0
103,337 103,337 0000000000023113fa4fd190b95c3dee2aecbdc37147b449003d2e7080cf8b6b 0.00 MB 8 0
103,336 103,336 0000000000014983016edee6e659bf84dbb878fbe5ee3e8869ac58a3f481f8ca 0.00 MB 9 0
103,335 103,335 000000000001c2caca43efc38cecd5405dccaaea838d0c32f36908d75aed584a 0.00 MB 5 0
103,334 103,334 000000000000f0a265a64aa46e59bf51fcc9d85d1b11c9b1c42b11dfdfa70457 0.00 MB 19 0
103,333 103,333 00000000000131cfbeacda5a8de991de5b3c3f95d1cb174a3938720635eac7a1 0.00 MB 3 0
103,332 103,332 000000000002733507e2ed01fcd4bc110e3e027aff73b3a4c3826c3028428ff8 0.00 MB 2 0
103,331 103,331 00000000000351d75017c593d181d342182f865b30162aa4c6ab78fab92f1ab5 0.00 MB 9 0
103,330 103,330 00000000000369223ed84519fa091ac1e0a60cb90d1e294f5849b966d6c969d5 0.00 MB 10 0
103,329 103,329 000000000002eaebd1f0e1375cbd0efbfce4913d2be42443c14f0cf1c2494293 0.00 MB 11 0
103,328 103,328 000000000000b8af863e4fc162ac46032de28e55653eacb410bb6e01a82d026c 0.00 MB 8 0
103,327 103,327 0000000000012ede4cbabf2c765a990406518cb7cfd07df8bd99fd0235a055af 0.00 MB 3 0
103,326 103,326 0000000000029f9be72f95218464696cc517bd4f386e64be30b01a6c1235db26 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.42 GB sent, 93.03 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.