Memory Pool Memory Pool Refreshing

27,518 transactions
30.18 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,726 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,151 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,725 (397,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,501 465,501 0000000000000000008cc8f32cea28f54658f00b867833d1ae18b513fa0e20bb 1.00 MB 2,042 281
465,500 465,500 0000000000000000019e5cc4d226e9df3436803a388770ebb601910d52ad18df 1.00 MB 2,048 162
465,499 465,499 00000000000000000025297696e939c52c96d1a7a313425ccdbe7e9ba8807332 1.00 MB 2,170 180
465,498 465,498 0000000000000000020dc394b7202d2e640d100933b0ecfcda4d69e24334a2c2 1.00 MB 1,984 249
465,497 465,497 00000000000000000003128e02ee49b3ffc3c17e60937f43fe61265d7f6951cd 1.00 MB 2,127 222
465,496 465,496 000000000000000000a49375b0241bc5126047673fb32f8306b0b0c6a12fcde1 1.00 MB 2,732 262
465,495 465,495 0000000000000000005bdb1735aabd767c4f926f1307ce33ca4ba26337e08921 1.00 MB 2,701 272
465,494 465,494 000000000000000000427f0f9894ea1c4a02801a43c2eff6bf13e0d29239642d 1.00 MB 2,574 260
465,493 465,493 0000000000000000009b3101daa04b5909bd0c083e1bdbcac9e5e034d441118b 1.00 MB 2,905 215
465,492 465,492 0000000000000000011129cde7fd3162c821cd09c47111069470dc1927da1757 1.00 MB 3,348 220
465,491 465,491 0000000000000000008be3a70fcd6111ec84c1252c7b7a46a8a8bf67fe0a7814 1.00 MB 1,754 191
465,490 465,490 0000000000000000004f4ccd3d7dc6c2d16f6aa9f1a995306ce7825a3f009b95 1.00 MB 2,432 236
465,489 465,489 000000000000000001112324e47c70fecc8726e9ac8597dc06a02cd2296dce55 1.00 MB 1,814 176
465,488 465,488 00000000000000000149a44c311c05f79ec663b933359ca207ace4481f1cd777 1.00 MB 1,722 210
465,487 465,487 000000000000000001d57e3b503da93dfea8ffb07210f932f16eda97c80a7646 0.93 MB 1,443 243
465,486 465,486 00000000000000000155321514de4c98f9be6c0871f88def31cb0a53e4da3b1e 1.00 MB 2,530 189
465,485 465,485 000000000000000002166f20a3fc43e84a51d32d05d08387275be9c437964474 1.00 MB 2,512 160
465,484 465,484 0000000000000000009e143b0b7270f65ebaaed9746d7da0768eb7a91369da80 1.00 MB 2,116 174
465,483 465,483 0000000000000000011c1ac82c7fd78965bc5e12c5b8a8575cac9de7a78f96e4 1.00 MB 2,874 196
465,482 465,482 000000000000000000240b1bf78caa1562543f6908814e9bd92e86540d880614 1.00 MB 2,791 259
465,481 465,481 00000000000000000013a45d99ad949e9c0707f00ad3432414d49d5fe501d626 1.00 MB 2,540 158
Previous 10 blocks ↓
Total Size: 685.56 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,387.32 GB sent, 109.23 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.