Memory Pool Memory Pool Refreshing

68,191 transactions
32.70 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,117 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,049 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,116 (322,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,183 547,183 0000000000000000000115f38c95ea7a5c2e1cf40ba84e6eb329295a96cf1534 1.50 MB 1,144 6
547,182 547,182 0000000000000000000d3e839204eefd6a2ca871344b53e9c15c38ddf848aa46 1.31 MB 2,343 14
547,181 547,181 000000000000000000001e805ba2b48e4f1424a0dd12043ab1bf788b17c6ade0 1.07 MB 3,012 4
547,180 547,180 00000000000000000002e5228d0302ddb212b40f144e14ee721b1823876077d8 1.29 MB 2,993 12
547,179 547,179 00000000000000000020e3edd34aa3af1e0a0259c8fb179ad65c2293d6bf6283 1.44 MB 2,805 12
547,178 547,178 00000000000000000022b254c52bab872da2fa3003557e109a26ca7ddde6b08c 1.18 MB 2,574 30
547,177 547,177 00000000000000000008d05a3b4530691dcfe048fa046bc1c95cbf7ae6c60ff0 1.17 MB 2,732 7
547,176 547,176 0000000000000000000bd77dec9b45103130117ae728d044fc81725160651699 1.26 MB 3,317 17
547,175 547,175 0000000000000000000ac1ddbcefc27253545562521081e2e757c62430a532b7 1.29 MB 2,714 14
547,174 547,174 0000000000000000001193e2fcae12c4bc6bc8f581a4b4dd80cc24f573e09140 1.28 MB 2,933 10
547,173 547,173 0000000000000000002153906792559166f3d2c5bf2e6bc6a6515b3e2ccc4d70 1.26 MB 3,235 25
547,172 547,172 0000000000000000001f6366d347e6c91de266fb5ba59e16bb14de9e80f7aa4a 1.22 MB 2,844 16
547,171 547,171 0000000000000000001ee5d5c6264130de09d12e9544b374871b6b9805b44532 1.12 MB 1,412 11
547,170 547,170 00000000000000000021b46c1ee7c979123223009f212bc7400c7c74bd828b6d 1.09 MB 1,174 8
547,169 547,169 00000000000000000007d8ae6288742bf591e7588b2928d817ca71e18cf1bba5 1.07 MB 1,099 6
547,168 547,168 000000000000000000260f59807e7faf566eba642f1154047d77443e9eb6290f 1.09 MB 2,479 4
547,167 547,167 00000000000000000001f46956a52cdbd8106533cbd997d07dd477d9e5b47011 1.26 MB 3,063 16
547,166 547,166 000000000000000000190b6063c65e9c13e74422e2ed86164cf566f6229d4f86 1.20 MB 2,324 13
547,165 547,165 0000000000000000000a8fdb8f6eba72d32b73283318b39b42f28deb28c49e4f 1.36 MB 2,390 13
547,164 547,164 000000000000000000025960c8cd64605ad104c06860d022252c7ba76512f163 1.00 MB 2,183 24
547,163 547,163 00000000000000000000fff821504f0478f313aa73cd7483d413a221b40645aa 1.29 MB 2,174 12
Previous 10 blocks ↓
Total Size: 699.68 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,184.48 GB sent, 208.25 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.