Memory Pool Memory Pool Refreshing

3,413 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,546 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (868,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,672 39,672 00000000273e52f69e9f544bf8d71d8a2f6fac97cd42a1867a19ffc26c17ace8 0.00 MB 1 0
39,671 39,671 00000000320d6564ccde0063fb139570a4b52b012232fac2230ac23937640c1f 0.00 MB 1 0
39,670 39,670 000000002c25d61c5336513a70a3f2c4197dacdc5533b792dd24940bf53c4686 0.00 MB 1 0
39,669 39,669 000000007aff9a9ce1b1cca37c4886a9cca9c2bd6686b22c86c9a9d3dbca4d6c 0.00 MB 1 0
39,668 39,668 00000000093c92d03e06b94ab3ea5517427719145d2e3df19dcc1a41d00ccfe4 0.00 MB 1 0
39,667 39,667 000000008cbe8cc3ffbff0d62ca2a552c3c993cf4028d0846c12cd09556c2744 0.00 MB 1 0
39,666 39,666 0000000014d77da06547f4751cd707e5ccae8eef81af00e17692d96e97074490 0.00 MB 1 0
39,665 39,665 0000000027c087380dd9ec95ecdb1ba2bd6702878241fd83a6acde586ce44553 0.00 MB 1 0
39,664 39,664 0000000078620e6f1f35159d0b67c8dcc2c6f10c691e29f4d582b354e58191bd 0.00 MB 1 0
39,663 39,663 0000000078ef551731d21da2b65b057367c38738261f5b5ffa5c8428d7d815e0 0.00 MB 1 0
39,662 39,662 000000004b2b4c1bb78cdbb8f4575dc85c880c08e86a83b0f0258abb660f1578 0.00 MB 1 0
39,661 39,661 000000000f6c91434069268950e17db00ea05bf9404d6bbc2509a0b25463002b 0.00 MB 1 0
39,660 39,660 0000000014920ac6898dee753bfdfd254527f4b7d6e8da47d0242006e43963e1 0.00 MB 1 0
39,659 39,659 00000000158502977fae7e492b04afb8994e466506c21db5dc1e264fedae08fc 0.00 MB 1 0
39,658 39,658 000000007210e36fba267a2dbe115a784961681f0f219410222916bc06de9143 0.00 MB 1 0
39,657 39,657 00000000764397fab61406ea2221ff45dcd64635ad51c021fade3a795e979a0f 0.00 MB 1 0
39,656 39,656 0000000028c460ac8feeaf962b2cae16a554f4836134a42acc46addd0b5217b4 0.00 MB 1 0
39,655 39,655 000000005a40bafcd5f1ca6b7bc5862dfdbabd2081c17f6bdc5a560ed6fdce28 0.01 MB 2 0
39,654 39,654 00000000717ffa913ca8c05a2bb97b76a8cb13a9da7d203c88bf8f398da318f9 0.00 MB 1 0
39,653 39,653 00000000206029d2528057362120a9fd32d570c9498fe93f3e8ad95e79feb194 0.00 MB 1 0
39,652 39,652 00000000389c4af2e343860d0fb8ebe58812d3c12f8207c5a5c6e612073930b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.