Memory Pool Memory Pool Refreshing

1,467 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,448 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (843,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,509 65,509 00000000021706465140b2bc2ea0efe194fea1640c0055a76d8a754a26ddcfe5 0.00 MB 1 0
65,508 65,508 000000000764d3a2a56399d3577dc04d114ba638e4e107d8e1e7791f0979bb9c 0.00 MB 1 0
65,507 65,507 0000000008450e117e2049c63a002b6f39e3a95217015f969ec2fa30e7eea281 0.00 MB 1 0
65,506 65,506 000000000a34ef784cf373e4fcaf7a4640db40218eae2b3ca7d6ff53bc0a143e 0.00 MB 1 0
65,505 65,505 0000000007377a27d97b3adfe6a9df0a62be69b40b98b41f0fd4677e814def19 0.00 MB 1 0
65,504 65,504 0000000005232f4b7908f6c9538ba5199db461e45a4f4044e65bb5006d5c7d58 0.00 MB 1 0
65,503 65,503 00000000011e94622cbda65762e7a5831c115cc337043800c8a76faaf31ab9ef 0.00 MB 1 0
65,502 65,502 0000000000713f54eeb8128b1efed37b971566eec656d5a3d94e1f2c69198b12 0.00 MB 1 0
65,501 65,501 00000000029c9d2d49c220ac04dc2d8a1c3e0bd1d64ef39b4f7dafbc78718676 0.00 MB 1 0
65,500 65,500 00000000038166ab207a4340cac0c1a1fe983ebe28217af9315aa2c4e6745c2a 0.00 MB 2 0
65,499 65,499 00000000081cc436e72b53b3f5f1dfba5577fb480459be470fd598a0a9e52b11 0.00 MB 3 0
65,498 65,498 00000000022143e8638369084936f621dc7a8f0926d681b0dfe692a9de54acae 0.00 MB 1 0
65,497 65,497 00000000065a20d6d222fdf26ab3cc5dd06534ad970a5541cfba5dc483f4f5fe 0.00 MB 1 0
65,496 65,496 00000000065424f253286d080ad7cd3cbee18b8f95d560e88a9fafbea6a10e2b 0.00 MB 1 0
65,495 65,495 000000000326dfef91a8f4272ba32dec79e598c5316e1ddc9a6ce907ea78be7e 0.00 MB 4 0
65,494 65,494 000000000786512e77ec60b107b61c39235cde1e7b6985be322b2fd587063a3b 0.00 MB 1 0
65,493 65,493 0000000006ca253d4d3409459349f0c6680b13344651ea1c8689c45368b1cc85 0.00 MB 1 0
65,492 65,492 0000000009750b85467252a451d9605e9f6a6c5e8abf7d04d3d8aba87153dd84 0.00 MB 1 0
65,491 65,491 000000000126f8f6e38d2fe113cb928224c78ddcae45856b7c8299d1553d98df 0.00 MB 3 0
65,490 65,490 000000000319477f6617fa167774fae947a6ff5b29f070e0369a60deaf7ee16f 0.00 MB 1 0
65,489 65,489 000000000a6efce57e330c2f4d755f31aa146ae3caf44b82b6274a9b152bc6a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 GB

Node Information

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