Memory Pool Memory Pool Refreshing

6,248 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (804,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,353 103,353 00000000000137f81a75ea708da5fb80877e5a737b0539cd890130ac074240eb 0.00 MB 7 223
103,352 103,352 0000000000017af14969aa0aec397eaf2fc08e75c82da3c9780a3765e3b2b0ea 0.00 MB 1 0
103,351 103,351 000000000001deae5a86df534e6eb62b0355001dd5e141468b5e4eb41d82c8c6 0.00 MB 2 3,861
103,350 103,350 000000000000faf3fb55060442b1192538818a558cbc5c273e565581319c212e 0.00 MB 10 0
103,349 103,349 0000000000016d33a10d0fab2d8b15d3c987b9e02c8680df017f2fc0ba1a5911 0.00 MB 16 0
103,348 103,348 0000000000001108eddc5a35282d8b5926559ea584d05afeaf2407d34919bc52 0.00 MB 6 0
103,347 103,347 00000000000141eb2bcad882183a4db1d9862f53167ba04c9cdbb963d1b8fe29 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.