Memory Pool Memory Pool Refreshing

66,816 transactions
34.80 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,457 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,574 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,456 (4,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
867,768 867,768 000000000000000000029298dd772d3fb9d821cd4a1106baaed02afb838bd47c 1.81 MB 3,760 3
867,767 867,767 000000000000000000002ac60a3e3f06f06f828a500fe71d7939d657a19b9a2d 1.73 MB 3,076 4
867,766 867,766 00000000000000000002adc893a4032ba4b6b7bbd70d4de55ddde211a6f161e6 1.55 MB 7,190 2
867,765 867,765 000000000000000000022c3190fffb29f4eb914a48a134b87b0c576eb8cc42e8 1.82 MB 4,288 3
867,764 867,764 00000000000000000000465955a52f6b57694326bd4b951665a536d301c90cdd 1.70 MB 4,548 3
867,763 867,763 00000000000000000000a28dd7df80ca70b3e75cdc7c99b98f14d268c4a33183 1.62 MB 6,896 2
867,762 867,762 0000000000000000000060aa23ebe88aecabfee64ccf5e551757617d177ddfa7 1.65 MB 3,358 3
867,761 867,761 0000000000000000000204114834b0fd7c41eace863befc0f36b40214b197ae8 1.64 MB 4,022 5
867,760 867,760 0000000000000000000182972ccbfabb41ec5c385540dcab2f48c75cf73a695f 1.66 MB 4,834 3
867,759 867,759 00000000000000000000c5ce0563b961b95441202bde387b2835cb74082a3024 1.60 MB 6,403 2
867,758 867,758 00000000000000000002cb0cdb4dca0d3fa8bc28823f9121cb5d1af194e21214 1.65 MB 6,129 2
867,757 867,757 00000000000000000002afef5b104e7ad677f84038717b8144fe0232918435e8 1.64 MB 6,408 2
867,756 867,756 00000000000000000000b415745895e23cf53cab9fc6e22889d7953dec4e7731 1.64 MB 7,175 2
867,755 867,755 000000000000000000006eec5dcee09bd4b79dce533018e72129ad1f1aa6748a 1.63 MB 7,034 2
867,754 867,754 00000000000000000001db41480899f6d506055e7139fb042b1163e63d53092e 1.61 MB 4,554 4
867,753 867,753 000000000000000000011b4a722db182adb5494c176b79e1071e34d8b9102113 1.63 MB 6,139 2
867,752 867,752 00000000000000000000029043da90c6edf51bf5eea0b459c70aa24c64ebc31b 1.63 MB 3,922 5
867,751 867,751 00000000000000000002025306b03078184ea0382243d457e77190e1cc383053 1.74 MB 3,761 3
867,750 867,750 000000000000000000003bfdba08617ec32e109cfa9d37f35a7346510eb4d963 2.20 MB 2,276 4
867,749 867,749 00000000000000000001ad21b6b910842aaf1416ea3b68b0e1a67767129b8571 1.56 MB 3,470 3
867,748 867,748 000000000000000000003b281eda6d0214c7fa893219ecfc15d4c2dbde3c98dd 1.75 MB 3,702 3
Previous 10 blocks ↓
Total Size: 704.05 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: 2,640.61 GB sent, 238.27 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.