Memory Pool Memory Pool Refreshing

7,735 transactions
2.50 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,417 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (128,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
779,457 779,457 0000000000000000000553c92f74cae672239624b279a64f882d49a4ed01f4a7 1.62 MB 2,954 21
779,456 779,456 00000000000000000003eff0f15e08b1f75bc312da833e92505e5718723106d4 1.47 MB 2,781 26
779,455 779,455 00000000000000000003177e4e13862baaadb2f58723f7d234ee52dfbfa0b06e 1.40 MB 3,081 27
779,454 779,454 00000000000000000005939b990a8ac3b03021cef2da738e6d5ebb7fc814086e 1.45 MB 3,479 29
779,453 779,453 00000000000000000003c3b46d5fbb6eb627c5e5a92b253544aaebf42d4ec138 1.45 MB 3,816 30
779,452 779,452 000000000000000000037b31aa7e0cdcfa81a17b26ebe59929f06f2ec5809607 1.74 MB 2,252 10
Previous 10 blocks ↓
Total Size: 769.25 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.10 GB sent, 94.16 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.