Memory Pool Memory Pool Refreshing

37,169 transactions
31.33 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,248 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,247 (383,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
478,656 478,656 00000000000000000080d26fbace3fe54d32063b07de1e0abdffc55292420e58 0.25 MB 547 90
478,655 478,655 000000000000000000f728324455d0b95481bde3433d5f12226b17e48174996a 0.96 MB 1,353 63
478,654 478,654 0000000000000000009cae6a682581ef154989150cfd972c1ff9b3889cb8aa43 0.90 MB 292 7
478,653 478,653 000000000000000000b7d69ba15eff8512c5156a28886b041c0940e56f3c0fce 0.25 MB 546 112
478,652 478,652 0000000000000000000e75cbe4bba7d00f255aabfe0e5822210ad55e0e44d3e2 0.33 MB 697 101
478,651 478,651 000000000000000000fe7d2d29dc51f36880e3d21e17378d2c40282ffac189fb 0.94 MB 1,548 67
478,650 478,650 0000000000000000010666914f40fa5cd5aab9b3dd0ff9ba23a713c2bcba4aa4 0.98 MB 644 23
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
Previous 10 blocks ↓
Total Size: 684.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,358.86 GB sent, 102.55 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.