Memory Pool Memory Pool Refreshing

863 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (394,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
513,707 513,707 0000000000000000002e165c20f54de5ffae6656732a7302b447ea3f4225f1e0 1.15 MB 3,225 55
513,706 513,706 0000000000000000005533805b6f125d81608e2d5e26fc6edaa9447ab184ded4 0.09 MB 196 31
513,705 513,705 000000000000000000049b9057e3760c298eccf68b2102be7c9716247ced3dde 0.58 MB 1,331 33
513,704 513,704 0000000000000000002af0777a0b87b43784394084f69a9a42de7621376f648d 0.26 MB 377 38
513,703 513,703 0000000000000000002b89d242883bee26834423395795bd8dc44b42f4c28a62 0.20 MB 443 22
513,702 513,702 0000000000000000000c8141d12c7bcbb92a2734b47534c5d492c4b34900c6ed 0.44 MB 1,130 37
513,701 513,701 00000000000000000048fb2f747ae8539950c7bd5e881b90b1a25b09c46437bd 0.54 MB 1,022 33
513,700 513,700 00000000000000000031176c46f693fe1e7ce0f60cc4841019122f4fa35bf38b 0.54 MB 1,346 38
513,699 513,699 0000000000000000003fad927ac8889cd1388fc571b1b35c54e711b7a13d706f 0.11 MB 209 40
513,698 513,698 00000000000000000046e0146d3307b446c848fd9bfa921f571f141c6f374e8c 0.01 MB 48 38
513,697 513,697 0000000000000000000122688b5658d17d43e51afa3c92421e20044c9d6886df 0.59 MB 912 21
513,696 513,696 00000000000000000041d72370a34d75eec95bb28e197356639c555f93705322 0.10 MB 217 22
513,695 513,695 0000000000000000003949ee1653ea5f36c626402a8c1b51df67fefaab855351 0.87 MB 1,974 28
513,694 513,694 000000000000000000201941f8fb43b253b1034c1ffaedb7440b9beb5e7fdc89 0.29 MB 546 62
513,693 513,693 000000000000000000084ce3f43db843747e64d6aea176b518e99c8e575aa6ad 0.36 MB 835 37
513,692 513,692 0000000000000000003733b58924f721c87b7e17b5de0fc38e0e3320eaa21291 0.18 MB 352 20
513,691 513,691 000000000000000000317b1d89440cd8df2c32ba7050075aec413b9351b61e5e 0.10 MB 170 20
513,690 513,690 0000000000000000002a61f9b79f8ede6356f95591ab8f5d324aa2f496fd649e 0.93 MB 326 2
513,689 513,689 00000000000000000049c5593329f6f5a3711a74153c223391d0b308a6faa75e 0.59 MB 1,555 44
513,688 513,688 00000000000000000047d8fdafe2cf88fde81d3dea8e423b50f939aaf9ac6f1c 1.18 MB 2,752 36
513,687 513,687 00000000000000000002b5335f3b57b5d50a5253be5506cf7411833481bf442a 0.64 MB 1,645 75
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.