Memory Pool Memory Pool Refreshing

5,416 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (627,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,251 280,251 0000000000000001c5b102c20f6821f28c3c92b0784bf9c3e9cbc33ebad20629 0.10 MB 105 6
280,250 280,250 00000000000000007dc51171119100edfc52870cc24e644c9035baa6c83e4f64 0.13 MB 220 34
280,249 280,249 0000000000000001bcf24b36252f1de5d18daa4b30c03e198868aeccde6810a9 0.19 MB 413 42
280,248 280,248 0000000000000000d530bf104c1edb224aaf3159a8b77f47a28a0db96803800e 0.50 MB 1,057 36
280,247 280,247 00000000000000019e515c7dbe4e66b5c3b6210d24efc45213bda3dbd8803e8d 0.03 MB 98 203
280,246 280,246 0000000000000001461c67b96bbb544bf6fcbff3fada4591b50b4d4aee79aeb2 0.03 MB 80 11
280,245 280,245 00000000000000021a40543e88955731994bf274db32ef7cdf3ebdf2e4f11f5f 0.17 MB 354 54
280,244 280,244 00000000000000007288a0301eedcfafa621941fcf9e6d14e4e0da1532a11b86 0.32 MB 590 40
280,243 280,243 0000000000000000fb51893e0748ce01fa1716639ee12fb53e4cea903316febd 0.28 MB 543 41
280,242 280,242 0000000000000001d241169773a3aef1be19d55a0de05bf2d3b5dd5431a0bc5c 0.26 MB 131 14
280,241 280,241 0000000000000001f2a74ecb22963731c104f940091229f2829325aed509e676 0.25 MB 466 40
280,240 280,240 00000000000000015833beb886288770b2e06b984aa6e113f31cd902bf78b87a 0.35 MB 774 34
280,239 280,239 00000000000000009c03b76f813c6495dd2bf0d703faea20c90914eee560ffbd 0.03 MB 89 184
280,238 280,238 000000000000000193cc2d3b0acd171efc2512dc7a9d8441e2576aba0cdfe9b7 0.14 MB 232 48
280,237 280,237 0000000000000000eb5446a97ee684da10a454d9d43c25c3345efaa7463d11ec 0.15 MB 284 54
280,236 280,236 00000000000000010742b145eccaceffb2245a40c05bee2ae5636e70d23b2826 0.05 MB 63 29
280,235 280,235 00000000000000001ff269b728806f9e781565475f38d054b1aa13a0ce84b3f2 0.21 MB 383 37
280,234 280,234 00000000000000002685f0cc4cbd928acc6b83372c6e87bf583ad092cc196b22 0.14 MB 230 21
280,233 280,233 00000000000000003d65acd22e2fe64d99abf9541ff6157e7dc5a0d52d6bb7ee 0.03 MB 104 58
280,232 280,232 00000000000000001db42fd80a0e80b1aa040927e34e58e9a07309f2ad0bb9eb 0.08 MB 51 15
280,231 280,231 0000000000000000409b56d11958e63087f5d4a08d43b5a1425a850147bc2840 0.22 MB 329 39
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.