Memory Pool Memory Pool Refreshing

3,614 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,838 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,262 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (659,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,287 248,287 000000000000004982778964068b54e73d09e5de90c0bce8032480e9ff450c48 0.21 MB 512 182
248,286 248,286 00000000000000058fa834dc3e3c4a4c71e484faf2e86206313895272071be8c 0.25 MB 581 67
248,285 248,285 00000000000000411f0ac64439fb2ea4184a6303ea57bc815fb32407f98fa9eb 0.25 MB 471 148
248,284 248,284 00000000000000600b8ac175418ea682b9e211c209776785991aaece5989f4f1 0.25 MB 568 148
248,283 248,283 0000000000000083cf8e0423ac217c820c541907600930ec9872ea51b5bb6f03 0.15 MB 355 179
248,282 248,282 00000000000000195a302be08c4bc848463e2a9d3312aa984a32f92c31667e42 0.07 MB 183 6
248,281 248,281 0000000000000041b04ed20adab555990640aa9b92e678cd421876fe7d578a25 0.21 MB 406 52
248,280 248,280 00000000000000509e1ed7651d7f2d9b4a1223f14739c107d19cd710a48f1cba 0.25 MB 576 156
248,279 248,279 0000000000000076eaf780ee7cfef86d4a588380e38d007c496763e124f51eeb 0.25 MB 604 195
248,278 248,278 0000000000000001ee41ecc3e92ebd12af46ea02ac87023a9aa6435d4247f168 0.25 MB 740 304
248,277 248,277 0000000000000077d0fbec989000fcc0f227af5557755d745c303af9154a8dd4 0.17 MB 391 150
248,276 248,276 000000000000007c1f3f1e18882d2b9e966193e14e085760a42b472d2c7e2a1f 0.08 MB 255 69
248,275 248,275 000000000000001fa33ce75dbac645e51156aaff1422a164f64d6b02c63eda7a 0.09 MB 197 89
248,274 248,274 000000000000007c7e8de2113179a474fc376e9ea9c38ce0a97568525b50d8cd 0.02 MB 52 58
248,273 248,273 0000000000000004079af3744556db03a8057fbf93531f48472cd88131f5128f 0.10 MB 239 179
248,272 248,272 000000000000003298d4ea0eaccc6d478ff0064c719d3f4b940333a1beeb8a8b 0.08 MB 169 123
248,271 248,271 000000000000004f60a03464eae3f6bd7620c72ecd8996631244546af5ff7117 0.23 MB 536 143
248,270 248,270 000000000000002f6344644bca287d0b4cb97c25e616b3e7f6595f21cbc24d7a 0.15 MB 363 116
248,269 248,269 0000000000000024ef0b39eb77b6e3e894124c2ac97ceb2b6cf1873d41d73b6c 0.11 MB 278 177
248,268 248,268 000000000000004b4d1d04195c4e5b3471a5e0176411671cc60a60ca21f132c2 0.19 MB 405 114
248,267 248,267 0000000000000013a42a84480c26d14af4730647f740be5c4fee3e815ae2cbec 0.12 MB 256 86
Previous 10 blocks ↓
Total Size: 769.24 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.95 GB sent, 94.10 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.