Memory Pool Memory Pool Refreshing

85,620 transactions
33.87 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,003 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,255 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,002 (3,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
868,177 868,177 00000000000000000001a2dcc309df811f30537a0c6e20ad68484d1700c25ef3 1.67 MB 5,456 4
868,176 868,176 00000000000000000000727f45f2b92b6f0cb949d31b0a7c575454ff4b3c7fe4 1.77 MB 5,433 1
868,175 868,175 000000000000000000015b0a2c5fd1646d7e53696f26e0b90da2fd577cf3ca2d 1.75 MB 6,090 2
868,174 868,174 00000000000000000001c84fa566e84449151ba47b8832a79fb58a31b48a6c8f 1.84 MB 4,147 2
868,173 868,173 00000000000000000000d770b23ca860298e4bcf7dc79c919914c68b4c7ddd54 1.73 MB 4,985 4
868,172 868,172 00000000000000000002a845f5e2f4cedda4b24340deca0cc142c41718aac4ec 2.19 MB 4,513 3
868,171 868,171 000000000000000000013b25057916a8dad79190b231c7582521a149e443d826 1.59 MB 3,884 3
868,170 868,170 000000000000000000011ac32b5d68c91f1b6d4d00e1b8f9e0bd8ad907976478 1.61 MB 3,328 6
868,169 868,169 00000000000000000002e1ead0269db4aeb01fba986f1d3e5372c438588c8ca7 1.54 MB 3,416 15
868,168 868,168 000000000000000000016aa969608539145f3b5485e5baab22eb2f019c1c132f 1.57 MB 2,656 6
868,167 868,167 000000000000000000017497aeeeec6cfc4725cbc6a64da181e81d18553e8ae8 1.82 MB 5,820 2
868,166 868,166 000000000000000000020e9dafe87ff6e11a8f859e261dc8fcad133fc805d94c 1.83 MB 2,796 2
868,165 868,165 000000000000000000002ab27c09afdb94afed2e584c3a8c17d262f24d828fa5 1.72 MB 2,911 7
868,164 868,164 000000000000000000008c09341bb080ac10423e8a0c853aa5dde96375a6ee20 1.56 MB 2,869 6
868,163 868,163 000000000000000000015117fb8d1c0bc91baff0db4dc236edac386c4de8f97f 1.67 MB 2,003 4
868,162 868,162 0000000000000000000170a4f5f767667f157cd5d9864e9706bf489c1270876f 1.77 MB 2,824 5
868,161 868,161 0000000000000000000225a299b6cf46591fbec77bb030227df213d8725f82b5 3.13 MB 1,124 3
868,160 868,160 00000000000000000002b79ed8b26ad1091ba424d1f9abfbfdbb7832d5358ac0 1.72 MB 3,860 5
868,159 868,159 000000000000000000019506e4d5b988fca1cc2fe501f41a06a91ff749402846 1.65 MB 3,843 7
868,158 868,158 0000000000000000000269ed68b5dc639071886c70fdd2c8e17e2ecb837ecc28 1.56 MB 3,948 14
868,157 868,157 000000000000000000007e9543b5ae4aa5b1c62374dcc4c99c65028ee074d052 1.56 MB 3,845 13
Previous 10 blocks ↓
Total Size: 703.22 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,584.86 GB sent, 232.76 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.