Memory Pool Memory Pool Refreshing

1,398 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,384 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (658,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,547 249,547 00000000000000076d2ad512ce50db9b1d635bb552d4735c8f7ae61c3dfa1337 0.10 MB 225 132
249,546 249,546 000000000000006b312029e83edf56c508de9e2b0354d08e6c2e3c6fb8b7ebdd 0.07 MB 171 146
249,545 249,545 0000000000000058d031ff46e40d63c8eec368a0be3a5a96ce8cb48328f1ff4c 0.15 MB 352 97
249,544 249,544 000000000000002acbed99e4a3743f079115f4d9ce3670aedec1b87f065547c8 0.00 MB 4 14
249,543 249,543 0000000000000007899751f8cd2ae908154d6755d5087c2ddf3c9383e0d35fdf 0.13 MB 262 94
249,542 249,542 0000000000000064dbb447401d979014523e590bc360cfd556d21584c22f5273 0.13 MB 297 118
249,541 249,541 000000000000007b47a6fb1dc4144561c83382ae608f36c502f021788a0f5d01 0.16 MB 256 61
249,540 249,540 000000000000004f9b1143a797a5e4ef35c024155ea82e464d20d88693d3ec03 0.02 MB 51 95
249,539 249,539 0000000000000021271791fbcac1485c0b26aa7b5ad446719fa568dd0ea864a4 0.07 MB 174 146
249,538 249,538 0000000000000042a5aadb6d9ba85a30d490cc3ec80a4e9de2e2bcdd2476cb8b 0.24 MB 512 64
249,537 249,537 0000000000000066fd3e09e1dbc7136f66d99c9f7439f732f02ac0221fcc17af 0.09 MB 166 111
249,536 249,536 000000000000005daefded64e1f73035eacf954f5a82cea1dbdd8ca52e6b2d37 0.11 MB 285 124
249,535 249,535 000000000000000340e82be6aa1b7da51270e7face1100166956ee5a5f432206 0.04 MB 85 95
249,534 249,534 0000000000000017eec8abad28cbc57046264155b5af717c5797447a56ce99ef 0.08 MB 166 93
249,533 249,533 0000000000000057bb84a96c698af2fad4b80a0e23772383fd5d82ea86e63051 0.20 MB 437 124
249,532 249,532 00000000000000475b7a7f6cdbd8855f4c3de82d8f0010589e4216d7d6728469 0.19 MB 406 175
249,531 249,531 00000000000000116ebe7e569b2c4e949df6a9292c2877853dfcff5670fa3fd1 0.04 MB 82 126
249,530 249,530 0000000000000057b83a2e34e604d200b1a438d7a95580e56e1687c44dc26b63 0.08 MB 174 136
249,529 249,529 000000000000006534c43a58703474c3e5615ed169807b66e108c74292fced27 0.13 MB 335 141
249,528 249,528 000000000000000f2964b3b7075349a9b511fa18d179e238e47dbcb9ee4f71f0 0.06 MB 122 146
249,527 249,527 000000000000002b35d7e28898463a76f8705c5c4cf9c4bdd332de51faef22b4 0.06 MB 155 235
Previous 10 blocks ↓
Total Size: 769.10 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.78 GB sent, 93.39 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.