Memory Pool Memory Pool Refreshing

10,215 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (607,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,301 300,301 00000000000000002887537d323675f79cc5eddce91b3c0dd433739cbfe9c823 0.32 MB 714 41
300,300 300,300 00000000000000001df8b6491d19b129197853fe98c463b817bc43c7343e0736 0.26 MB 452 35
300,299 300,299 0000000000000000274e775c453bbab61b101dea57f34f343382938ce687fd7e 0.30 MB 341 18
300,298 300,298 00000000000000006838f67a26d57cedd46b59d39675d971c98173bf071b179c 0.35 MB 866 39
300,297 300,297 00000000000000003e1b7e1733f770832e7543253b1034c8774323bae0924630 0.12 MB 213 28
300,296 300,296 00000000000000005f30aee2b392702a02abcde323c156684c595628eb01abff 0.19 MB 399 32
300,295 300,295 00000000000000003a1c77480030797293290b86facb93d15b44591898d0d433 0.13 MB 244 31
300,294 300,294 00000000000000008156d1891a44b64f42ff2abcddff90ce8ef74090151e90ae 0.08 MB 122 21
300,293 300,293 0000000000000000188fe52e9df251175b057f2f7b0f38c8968333fe55a24799 0.30 MB 547 28
300,292 300,292 000000000000000016385bf330e894a8ae28fa28a50c6d4aa96d2769fe6fcc14 0.28 MB 339 22
300,291 300,291 000000000000000077aecdf7baf55f5be562e15a039b4908669cc6411af6cf75 0.35 MB 577 24
300,290 300,290 0000000000000000331679d78da484a14ad9d0b290133d3d8b87bb6d35ede573 0.50 MB 1,074 27
300,289 300,289 00000000000000006423c98086a76e061b786f9931368ed373dfe852751f566e 0.35 MB 1,094 53
300,288 300,288 00000000000000001b7605cbb99a90517670d7efcbf2061f5585995125a0ed25 0.03 MB 30 41
300,287 300,287 000000000000000066e121f62b0b3bfceb116b35b9dc4d5a55ba4aea7e5540d5 0.24 MB 405 31
300,286 300,286 000000000000000042406b0f838026a3be22048782da723539182fb483984e1a 0.16 MB 313 34
300,285 300,285 00000000000000005d09c24ebdcd17275417bd86afcc981addcf493cf47b1cc9 0.08 MB 147 28
300,284 300,284 000000000000000056182d09ded03741cbeac8d576c3c378c9ac0480c42133ba 0.20 MB 366 28
300,283 300,283 000000000000000000b0d1e856e0552451058af525d55ce8f0cbf634f9733afa 0.04 MB 45 21
300,282 300,282 00000000000000007fc6d89a6aff279d704e75d12b93595a22dc66ca26589279 0.29 MB 524 30
300,281 300,281 0000000000000000327b933fe220104a796cc17ba54a65e98406b21a479fa5b6 0.24 MB 125 15
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.