Memory Pool Memory Pool Refreshing

4,108 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,818 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,817 (591,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,248 316,248 00000000000000002cb12bb8e5051715530668f5823fc13694f9fdf9d6ab30b1 0.04 MB 56 9
316,247 316,247 000000000000000030ce4b282025038d1bf41c56d2d455b625982ec77b506630 0.86 MB 1,478 28
316,246 316,246 000000000000000014f0a7d71e38ef6e7e1b59b8ded2434f539707996b6eb05b 0.12 MB 240 30
316,245 316,245 000000000000000015132427d8c2b21d3fd4b0905994a53f6a156581c1573f3b 0.07 MB 94 10
316,244 316,244 00000000000000002f190d7996c7d8476a2663989d066f430a56d513df2d0395 0.18 MB 290 20
316,243 316,243 00000000000000001446278765e8dac1deebec48b3725e4135d99a1ffc55a0c2 0.17 MB 314 25
316,242 316,242 000000000000000035d8735ea0271fb2a409d105cd7d9e6c134851fcefe35942 0.05 MB 123 29
316,241 316,241 000000000000000006ae2993d431181452c5f0c0de91d01bb261b16f5f62702a 0.24 MB 420 28
316,240 316,240 0000000000000000134e89a8c5d6eb4d0a1c6e0b63e48ac789bfd6e732b93bb8 0.50 MB 939 25
316,239 316,239 00000000000000000b2aefe7f84044f86b9993c43deff53c4d2c55bc2eaf4ad2 0.10 MB 174 25
316,238 316,238 00000000000000001eee16be20308611ce5f527679f6836e0db71c9ffe0e2b77 0.28 MB 384 22
316,237 316,237 000000000000000002a9107a1bb066648c90a732eb97aa96d1b18bd6624a8b8b 0.33 MB 684 30
316,236 316,236 000000000000000015514a79257cb48a0474710e2b7134f3fb29520ec08f0e4a 0.19 MB 250 20
316,235 316,235 0000000000000000042ac389be1ddac22857a9c321952c0b8f52cff0d88c29f2 0.21 MB 425 27
316,234 316,234 00000000000000000c113e218b5cc42f9d9f47e7b592820c7f1fc9dfd6190c1e 0.23 MB 341 23
316,233 316,233 000000000000000015cd2d44b2417839d770664ecd66fc6f8b2c2897e336c0fe 0.50 MB 804 24
316,232 316,232 00000000000000003133684e915d949c3a1b3c5d3507b84c988d495ddcd99773 0.04 MB 51 21
316,231 316,231 00000000000000002aa0771adaa59c58e8a56b5a03b6944eedffafb5cf194ddf 0.13 MB 265 25
316,230 316,230 00000000000000000fd8b85ed0d56ed746663f0f3a6775fddb52c07b1299162f 0.44 MB 652 26
316,229 316,229 00000000000000001f5fa912a77c62178ebda5b1d60a0fa450de5c048d009c8f 0.16 MB 302 20
316,228 316,228 00000000000000002247f98ff368c91fb6f71a6e2e9c89ec76554132de2a99cf 0.20 MB 340 25
Previous 10 blocks ↓
Total Size: 769.20 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,633.80 GB sent, 93.92 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.