Memory Pool Memory Pool Refreshing

6,985 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,607 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (894,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,042 14,042 00000000c6239c05d79295e8378ff784476a92397a16a30fb987ff22565723a8 0.00 MB 1 0
14,041 14,041 00000000bc5c34a215e18d55ee2e194a52133664bd4073a02d9e9c54b21ed36e 0.00 MB 1 0
14,040 14,040 00000000c8f86e64fbc2a4642e89feaf7e6002c67750f242a7eb8c58ec0d67e6 0.00 MB 1 0
14,039 14,039 00000000256b574f4f222795d9d198c03317515385a7b448f182a44ed4ebcfda 0.00 MB 1 0
14,038 14,038 000000001ee3392a6b6ba0bf2480a0f6bf9cdaaefa331bc0dfb243523af41a44 0.00 MB 1 0
14,037 14,037 000000008c544709f7b878e0ef04159c03d6b67bc2372309a9fddd5c9edadcd2 0.00 MB 1 0
14,036 14,036 00000000527c8023bb8a4e6bbfa4bf323b68b9f00eb6afc88ddba2ff508dbd7f 0.00 MB 1 0
14,035 14,035 0000000030792ba21373fcb2d72c5748ffcfa84dbdf2f009b2abb4fd9f697ff0 0.00 MB 1 0
14,034 14,034 0000000069c16913469cbab38243d50817009c626f1516cf5df5f43bfe01bb6b 0.00 MB 1 0
14,033 14,033 000000001521c5b5789fb364772f93b0674b81d374218c1da84705037e3063d0 0.00 MB 1 0
14,032 14,032 00000000e5244baf6582a8103b824d47809561cfa19e730e877adb591b69c38f 0.00 MB 1 0
14,031 14,031 00000000ef7691d32fe5cc6a5574c31afbeafe60a39e20f3f7dbc7a1cfd54fb0 0.00 MB 1 0
14,030 14,030 0000000044f5a9329b5127ab994174fe01d22313d25499222007837aa23bd65e 0.00 MB 1 0
14,029 14,029 000000009a712884c946fb894b66ae6958f9723edab8bf9d3fe161e360284949 0.00 MB 1 0
14,028 14,028 0000000091b0a6c30d1c5c4e25c89b69b757a5731d1032da31800707f5a86a6f 0.00 MB 1 0
14,027 14,027 00000000f854a65ad8edbf8c4e71fba384a973b4b0df7a54fff6a84c77f5a00c 0.00 MB 1 0
14,026 14,026 00000000e1ac2bd1715c36fd8ace63e38fe9d5cc215b5cca9beaaeddf07f33c8 0.00 MB 1 0
14,025 14,025 00000000b67320aad5d7cadebf5ece57eb348845c2cf2020869032dd5781a81a 0.00 MB 1 0
14,024 14,024 0000000054962d98e6aac779f868e69ea1aa8c0939a3d71626c011829a66d477 0.00 MB 1 0
14,023 14,023 00000000b03069e9061ff0ae35030e22efb6d16b67a542f397edc88c9175cd6d 0.00 MB 1 0
14,022 14,022 000000001822c2e22ef8c0d85cf758d82a06b2db21048efd193c8daa383c4d5b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.10 GB sent, 100.76 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.