Memory Pool Memory Pool Refreshing

953 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 953 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (429,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,649 478,649 0000000000000000006cd57021e33fdb67b91977310eada329f48deeca26a7e9 0.99 MB 396 17
478,648 478,648 000000000000000001138993699880717394a9b54dd1734706de20ed3677c772 0.91 MB 919 33
478,647 478,647 0000000000000000003a50ee4b2238966a754767105c9e2b969db1216be3d35e 0.95 MB 371 25
478,646 478,646 0000000000000000004dc3bb7153e8a52c14d909dd0146a9a1514c04975e8706 0.83 MB 1,957 102
478,645 478,645 000000000000000000c34a30ca685fad0a1f2cdff977f14c4de65aee8e28e36d 0.95 MB 912 45
478,644 478,644 000000000000000000663081cee5479103e3ddd9b4f746c40585177ebda031f6 0.91 MB 855 33
478,643 478,643 000000000000000000dfbfde7f88c500405a4922abf83277b5246d36ba28fbdb 0.04 MB 100 126
478,642 478,642 000000000000000000013851b3650f939ba15b15abd4caca151f82afed9131a7 0.97 MB 900 33
478,641 478,641 000000000000000000571e759ddfe9fc1ba49a7db8073bdacaef22ce13e3e486 0.40 MB 756 90
478,640 478,640 00000000000000000127d701721b19f3e6305a0e9f14478044937e8fb0dd5cd8 0.98 MB 1,911 69
478,639 478,639 000000000000000000a0f9a428844bc2aae744c63e0d03e033daef76edc40ca3 0.92 MB 328 12
478,638 478,638 000000000000000000ee2f6ecfa7bfad124f3b7b0f09a2650790eb58bafd0975 1.00 MB 1,574 66
478,637 478,637 000000000000000000102b57d98d471df579a4c65c9356907b9c1d39ef8f5c0a 0.99 MB 2,345 81
478,636 478,636 000000000000000001226f9c0b80f445953fe6a02df662be87510891847471cd 0.76 MB 1,400 72
478,635 478,635 000000000000000000e22cb647d83cce0cdf5d7092171a1c2406474ea55ce760 1.00 MB 530 29
478,634 478,634 0000000000000000012b0b1a6275b0032dc07d5bf22388b1b147325082d7a261 0.94 MB 380 7
478,633 478,633 000000000000000001059907358d46f5320636e5672a5eb8b35f6cbf41b00451 0.42 MB 911 101
478,632 478,632 0000000000000000013d4a2a26f0c2dc831546bf0ea5d0c5459365392bbf22ce 0.97 MB 441 20
478,631 478,631 000000000000000000564dd94aa9617929539f90634c5f61b59c83d515f31c91 0.98 MB 1,233 45
478,630 478,630 0000000000000000004ec70e11bcfee4fd0d7b22b457018aa231bbc57c5bc123 0.95 MB 531 23
478,629 478,629 000000000000000000c56ca62ecba1f2f96aaeb855df382931506471fc2a5b2e 0.71 MB 1,011 102
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.90 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.