Memory Pool Memory Pool Refreshing

3,971 transactions (1.31 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,128 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,923 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,127 (903,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,402 5,402 0000000008be8b0c151aff5a75be4e99f28e72de027972afd65ee9d0de09ccd6 0.00 MB 1 0
5,401 5,401 00000000fd4411e3f13508716399cf84b669649cc9e358588af36400f71e9cc9 0.00 MB 1 0
5,400 5,400 000000003819e45f96d069bb41dfa72e94c0ee0c9c97a1b127b62e8613b71374 0.00 MB 1 0
5,399 5,399 00000000df64862b7d3eaad2e4edc0f206b655fd409b69714361d11cb61740fc 0.00 MB 1 0
5,398 5,398 0000000005265ff2fbcf60436eb307234bf5ba5b3658198bebc2470703ee7e01 0.00 MB 1 0
5,397 5,397 0000000082c123deb4ddb3b5cf8bb3692567ba65b3a165a93376424b90247a99 0.00 MB 1 0
5,396 5,396 000000006dac449ebd360fa161069dfd38693762019e978170707db68a2d6e2c 0.00 MB 1 0
5,395 5,395 00000000f4e134a52dbead82682207886fe7e02f48370952e4cbed7b7386ac46 0.00 MB 1 0
5,394 5,394 00000000776099d8664f85b33208f9af14d271e2552ce812a4b83e0164c9366c 0.00 MB 1 0
5,393 5,393 0000000060375e12a4181dadca9dbd5058a632885dfbb74478e8f549c0ecefd3 0.00 MB 1 0
5,392 5,392 000000009071cc47c91bb79252981fe5aae10d67d1f2c3cefe3e6d7669e54e8d 0.00 MB 1 0
5,391 5,391 0000000029f43c478ae858c7c74dde93566c7d96eef8d7ce5f06a9d9b0683448 0.00 MB 1 0
5,390 5,390 00000000b709637ba4f335f084ffa9687385450a7502fa22411bf813022c84bb 0.00 MB 1 0
5,389 5,389 0000000034f1e6ab1f1b6552354fe4484b7e1a01bfe6227dc24170ae0a3071f7 0.00 MB 1 0
5,388 5,388 0000000028f638c47a647b68e38f032e938be80db119954cd5e11a5713e29499 0.00 MB 1 0
5,387 5,387 00000000d1eae9b740ac989190b3f0a311cd1f18a47054ed811ddeba0f91f385 0.00 MB 1 0
5,386 5,386 00000000fff91949181449d048aca5a1cc6d0e3e3f34e89c00ab2709696b8da0 0.00 MB 1 0
5,385 5,385 000000006b316a2f70da34951fec6f22e2964c86f34e4a196fdf3f4d164569fa 0.00 MB 1 0
5,384 5,384 00000000d9a4c6e6ede14f7e651987c1778d738b9a99a85e7cead047d3c28b96 0.00 MB 1 0
5,383 5,383 00000000d05b89758ca277b9b50d17fcf8f1372a037eed3ed369a508512aed4a 0.00 MB 1 0
5,382 5,382 00000000b2d28b4761a6095a53d575c891e50f0f85a26533c5c50ef7b57eff41 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,938.12 GB sent, 106.48 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.