Memory Pool Memory Pool Refreshing

1,702 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,696 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (445,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
462,285 462,285 000000000000000000d2a7702ce1e1978b24cdde77dd9a9c4d397e1a725497d6 1.00 MB 2,236 171
462,284 462,284 000000000000000001deb81e9bdea4685f7947466be5af31f9f556ff3d2a9e29 1.00 MB 2,276 135
462,283 462,283 000000000000000000b230ea5667dd961229e7db2c41656ee813b2e16923b98e 1.00 MB 1,508 156
462,282 462,282 000000000000000000ff4c920d339f7211125f01957ac6d42a876162025764f9 1.00 MB 2,781 207
462,281 462,281 0000000000000000005a50fc084ad976c068854f7b07bbfa2199e9a916ec04cf 1.00 MB 1,986 282
462,280 462,280 00000000000000000077e4a68d3a9762fd1dc34b878028e848bc1478b7fc1a22 1.00 MB 1,915 127
462,279 462,279 0000000000000000020645c5cba202018b84b77794f2c13c0009c383b02c6671 1.00 MB 2,448 169
462,278 462,278 000000000000000000caa57e645f59a713fab443873bf445fb187802b4049d41 1.00 MB 1,745 144
462,277 462,277 00000000000000000119cc683f57fdd34fdebe0268599b5a5ddaa464f600f7e7 1.00 MB 2,582 160
462,276 462,276 000000000000000000dc2d615da834ab442e99c61c9397fdff971957f08191a4 1.00 MB 2,223 178
462,275 462,275 000000000000000000e7958ef0aa2cc950510ffb1e50ce1cc97b28a57e4d12ac 1.00 MB 2,721 230
462,274 462,274 00000000000000000045e50d4e77b67b4532911405c56117a1e6a78f87a44730 1.00 MB 2,613 237
462,273 462,273 0000000000000000019305011856da611c0390ddfd87430fb639f0347344f348 0.57 MB 440 50
462,272 462,272 0000000000000000004b60eeaabe7448a629b94261d740760a38e2e3a4b4dc8a 1.00 MB 1,623 90
462,271 462,271 0000000000000000013dd2ab7a266a4b671911cd23a3501466d03b779f803de1 1.00 MB 1,886 114
462,270 462,270 000000000000000000a12fcf1860df1a69477c5cdc33d68633acd3b08a76e5e5 1.00 MB 2,000 155
462,269 462,269 00000000000000000170ad7ed381433eef07b738831d8218aa571d3f42f0686f 1.00 MB 2,116 176
462,268 462,268 000000000000000000170fd096152a6c2fb10055596eff93b2f6dec64ffa8a87 0.97 MB 1,977 133
462,267 462,267 000000000000000000fc17764bc0ff2aeb28900194cc31e8101606580475725e 0.92 MB 1,287 116
462,266 462,266 000000000000000000ddbd3fe463e002d1a4926a3c53edcf4ddecacdde270836 1.00 MB 1,505 95
462,265 462,265 000000000000000000820799823d47dfa9c4f89311e0c0ad83305ada336051e1 1.00 MB 2,104 166
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.