Memory Pool Memory Pool Refreshing

1,443 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (812,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,592 95,592 00000000000665c7d771df695c5d296967f424f5881a123640d417321d1f0877 0.00 MB 1 0
95,591 95,591 000000000001d8a133f976b192833c93ed51d24e83cdaf593c62f2dfaaec4ec6 0.00 MB 1 0
95,590 95,590 000000000006c9ab14d74eb81c0a0baec18de0d74381de55dcb5efc81b6d13b6 0.00 MB 1 0
95,589 95,589 00000000000746adb134d542cebeeedd9efb0365b9dbc327667fedac2dd7274b 0.00 MB 2 0
95,588 95,588 000000000001dc4bdbd92ea7fd18c024be77968d128fcc23967ada95c15dc6e2 0.00 MB 4 0
95,587 95,587 000000000004abfd409ef55f5fb1eda327b41a83bfe653eab966c581c422b917 0.00 MB 1 0
95,586 95,586 0000000000038c54252173511bab32318cd56ca41ff45b8a259de46c48aa8108 0.00 MB 5 0
95,585 95,585 000000000003c066b8ea2040d20375914fa65ec940a6efb76a12ed89ace25601 0.00 MB 1 0
95,584 95,584 000000000007b033ba714087659c5a87a2141cf5683400eedeb969e783c9ce0f 0.00 MB 1 0
95,583 95,583 000000000000f794a5fb50942703b8b3dc1370cb8587297168e3909b32c5e91d 0.00 MB 4 0
95,582 95,582 000000000003007780da1adf701ab9d46b349be727ddc9ecbe1cad8d6b05644f 0.00 MB 1 0
95,581 95,581 00000000000786e9d91cf51d078fbdde4fae55ca31be63928d2a19afefef8628 0.00 MB 1 0
95,580 95,580 000000000005811b37663576cf10a1b6b3fc3225daa8f57e325164f331a5623f 0.00 MB 2 0
95,579 95,579 000000000004639a00d6f3b7dd462127298eff31cdd27aca9319cd5503bdcda4 0.00 MB 2 0
95,578 95,578 0000000000034598eee500b80f7cb994d4aca7f108c78d567f9fc8c76687ad8b 0.00 MB 1 0
95,577 95,577 000000000006064596cf8e9beb373f37176effad209355635ac816b1a2fd8059 0.00 MB 1 0
95,576 95,576 000000000005e61f5390ff4c6d96d3db288fa75c72ca0539ae72b9277fa70bf8 0.00 MB 1 0
95,575 95,575 00000000000773d0b54d92318c62c1d93d39ec744ad62d445be56944e7c5554e 0.00 MB 4 0
95,574 95,574 00000000000183147ac3c6fa37b68b42151cfa4e5239576517e7fe37dcacd844 0.00 MB 4 0
95,573 95,573 000000000001965fd69acd90564f4eac30353b66f7fe7c63040b0f8d98e24e52 0.00 MB 2 0
95,572 95,572 0000000000059c6ab2c99621588b57c65ec28d2e99e1e694b89f36de47b98aad 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.62 GB sent, 100.53 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.