Memory Pool Memory Pool Refreshing

30,738 transactions
32.85 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,796 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,243 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,795 (385,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
478,451 478,451 00000000000000000092354ec5452a698240c7c119594c58908208c1e4fab08a 1.00 MB 1,849 90
478,450 478,450 000000000000000000ce420acd48f0dd9dbb8243a09287a81cfe452a1743fdd5 1.00 MB 1,599 113
478,449 478,449 0000000000000000012ce108daf5bec8b1bab6b8e97eb67f50cbb352d1178ae1 1.00 MB 1,243 78
478,448 478,448 0000000000000000002ac43ba87759230f0512d4f856bc2f1a9ecbe715735695 1.00 MB 1,748 174
478,447 478,447 000000000000000000323ad377cd3755f4d702c014b9f66b33825e04b6be7888 1.00 MB 2,082 211
478,446 478,446 000000000000000000e5349e7aa1e8f7054d1ab43f6863a41c7c47bebe9720f4 1.00 MB 1,693 137
478,445 478,445 00000000000000000111ba6288e68fba957fc6c8d3353c36df4dba8ab4113826 1.00 MB 1,049 123
478,444 478,444 0000000000000000013515ba5cec46ba69971b8036dbd4b5d5cbd65e5aeb260c 1.00 MB 1,371 125
478,443 478,443 000000000000000000488fd94ac1de5ecbfd927be2cf17660b2ebc25e08d1144 1.00 MB 949 121
478,442 478,442 000000000000000000552029cc6605e13b190361b92d845d0fd6b61bd4e5029f 1.00 MB 2,263 211
478,441 478,441 00000000000000000019f9db0c95930610340716d6893871c9ebfe475ee18d1c 1.00 MB 1,849 168
478,440 478,440 0000000000000000011c55cf52e13a4e31ab68bf850876db92b1ae2c86c14b3c 1.00 MB 1,842 190
478,439 478,439 00000000000000000136ac5e57f1567532cd2f06b94f0651f2db4b2a0d6f37dc 1.00 MB 2,210 190
478,438 478,438 000000000000000000af5252fe239fa95d828de188f037af4807871a867b0826 1.00 MB 1,993 207
478,437 478,437 00000000000000000115d2cf90132a5b8202b47aabb0a356a3ad2c935a432503 1.00 MB 1,511 132
478,436 478,436 000000000000000000e5ce9f22e5a7fac92f0b36678b4acc2bba5af1ef2a8785 1.00 MB 2,171 136
478,435 478,435 000000000000000000811f6745b7ab0bf02818e8de10ce74f9c6c1729fff5d7e 1.00 MB 1,899 148
478,434 478,434 00000000000000000073c832469cad3240bdd29198996ee729206b9f3c8c0b06 1.00 MB 804 161
478,433 478,433 000000000000000000da90e32d804b85f1709f02c38eaf47c0f4420531729d86 1.00 MB 1,652 179
478,432 478,432 00000000000000000069742df7efc278565443cbca301409221acdc5fea63c08 0.99 MB 1,530 200
478,431 478,431 000000000000000000881e1c5892022a4c49e7fa6a9be568cebc4f13990746aa 1.00 MB 3,249 258
Previous 10 blocks ↓
Total Size: 687.63 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,522.09 GB sent, 123.11 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.