Memory Pool Memory Pool Refreshing

2,410 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,399 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (128,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
779,478 779,478 000000000000000000034f6928174b3a34901c16b570d1854c7c5595df52d0c0 1.83 MB 2,630 8
779,477 779,477 0000000000000000000099a00cf70fc41a4acb1bf8a874ed7e0f7c596e79be84 1.62 MB 2,596 18
779,476 779,476 000000000000000000036072661e02bf991917af4d4c94a9f65c85ddd962e4e6 1.55 MB 2,676 15
779,475 779,475 00000000000000000005f8cd245e5427b5c29b1b0d15a498dab27b833436e29d 1.31 MB 1,858 15
779,474 779,474 00000000000000000003e0b3af5c422f25fcdaa894edb1a1d55f2435dac3bc3b 1.26 MB 1,859 19
779,473 779,473 00000000000000000001283bff7e079b7ccb245f8c880efee74a04f68528fd27 1.43 MB 3,292 21
779,472 779,472 00000000000000000002f7076a30c72c3f9565c952788049f1e6126c453f908d 1.40 MB 2,147 26
779,471 779,471 0000000000000000000414e6c4df25f47cd7226d1d26d7932ba71d9c7ce1fbe3 1.41 MB 2,750 27
779,470 779,470 000000000000000000025ebfbaf4f2cd8cc132603018044399c89c36eed31d1c 1.76 MB 1,343 4
779,469 779,469 000000000000000000026bdec3c08ea56f94428b0220a43ba85517efd1d6a919 3.84 MB 383 2
779,468 779,468 000000000000000000065a3da13755737e57e1bb3aa254de2603991490e578e5 2.25 MB 2,077 14
779,467 779,467 00000000000000000002c4486779a77f7b10fa8208a67730022c46651f7b14df 3.14 MB 1,256 7
779,466 779,466 000000000000000000000037794ea9d56b1ba4a618b528d756f499eb1fa603bd 2.18 MB 2,457 14
779,465 779,465 00000000000000000001b0eec9ceefd2baa0c65018ec1dbaf0fe43f603de29ce 2.43 MB 1,986 12
779,464 779,464 000000000000000000011ee6215d56e136b3c201c03a65bb1856d5f8ddaf1dd6 1.86 MB 2,190 15
779,463 779,463 000000000000000000025aa949878498b4f1dc59ae027070869ee363a91b1335 2.51 MB 1,091 7
779,462 779,462 000000000000000000050ef89ea43d66b4813258c0e78f6c83aecd8b3c5459e3 1.95 MB 2,237 7
779,461 779,461 000000000000000000058b216e73c1cb1638b4e620f4cedd680bd2ef4760f6d4 2.05 MB 2,798 4
779,460 779,460 000000000000000000062721453ab5d0aedbb78e3633ed5c51becef3f4005a1d 1.63 MB 3,065 8
779,459 779,459 00000000000000000001bb44f922228af57e1c82a20e5d7d63af386cb3c36788 1.23 MB 2,113 13
779,458 779,458 0000000000000000000643da69b19e52f7f5c8b484491a653cd9574a5a3fa44d 1.44 MB 3,226 31
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.