Memory Pool Memory Pool Refreshing

7,124 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (728,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,334 179,334 0000000000000746fc502e6f5733ad9f8bc51e965cbef088ee3651a183b5e1f0 0.00 MB 9 329
179,333 179,333 00000000000008ea29a7dc8047a177197fe677860d2812046517f7286bec152c 0.07 MB 148 1,379
179,332 179,332 00000000000007d138e91e86d6fb22a2afb857117478e67041c77f9c11a7d626 0.02 MB 39 99
179,331 179,331 00000000000001d2a58ccd83799e2955b1357d0981060d20760562f2e54f3830 0.02 MB 56 249
179,330 179,330 00000000000008657c452f2bf37ae6393bfa80db95eedd0bb5964027fe2f2cfc 0.04 MB 112 163
179,329 179,329 000000000000042dfbfe344b4a2d82c28e96cd4e016551a27b7d87daf02bdcfc 0.02 MB 47 132
179,328 179,328 000000000000070eeb3afe45a9931611486c2767f77f59f321d8a3762fe9bc53 0.09 MB 210 134
179,327 179,327 0000000000000151b98556f10ab1919ae9bafb464ae8a80fee8846b614719003 0.10 MB 229 204
179,326 179,326 0000000000000b0dde47db170f77df638297d3b13f4a0bae777ac07ff896076f 0.03 MB 27 138
179,325 179,325 0000000000000038bbe58228f7de04082aeaeb332ad16c556a1aa31156bdc776 0.12 MB 256 70
179,324 179,324 0000000000000164953d34db5ae48d16d713af754c95e5aaee117fdc32830a34 0.14 MB 306 821
179,323 179,323 00000000000009c1e978d041522b3a7875f08234c85e4ec93711924e103c6da3 0.18 MB 389 123
179,322 179,322 000000000000056efe85953831b703683c4525c0aa16d860b9fc62022ae9ab68 0.05 MB 109 193
179,321 179,321 00000000000003b8d4b305ad24204da1fe08d98520ea821020c0704f22e2867b 0.17 MB 405 128
179,320 179,320 00000000000007596eb4e7e9e5e07cb93e5ae88442ed780ca67e95812501b4ed 0.11 MB 230 150
179,319 179,319 000000000000021c91b5a8c7f39e6d83e0f8827c0262d67a7d2545e87346e487 0.06 MB 137 119
179,318 179,318 00000000000001b2a770d2855e6be430f0a3eac95708eb631751c4ae42401ca8 0.08 MB 189 127
179,317 179,317 00000000000000ef59350db7f8c5d58a2b960e00778d5174819468407937222c 0.05 MB 117 79
179,316 179,316 00000000000006261a2dc54539b7182800968fbe945cac057c441038a5fe7aa9 0.07 MB 179 189
179,315 179,315 000000000000045ba594f8392d0fa4c53040291c19846bdea67d5371e8b0f699 0.08 MB 184 101
179,314 179,314 0000000000000013f79c8b817eddc0810ba4caf3d27c19674ac96d0587234576 0.12 MB 273 124
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.