Memory Pool Memory Pool Refreshing

283 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 278 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (780,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,339 127,339 0000000000001dbe84493d8a4c4e309a9fda7fc44680d4875d153cbedfe4bb4a 0.01 MB 24 1,036
127,338 127,338 000000000000094440c8bade967b539090f94995635aa66216054e894cd2458d 0.10 MB 278 590
127,337 127,337 0000000000000f830cda282c2b5c995e74aa5bfd06de68186675fb07410ec78a 0.01 MB 6 138
127,336 127,336 000000000000071f4f4870344ce274d5fcbf23d325a119f2a1cd8f7025221342 0.01 MB 13 565
127,335 127,335 0000000000001735d8dbc40267045b23cf634cc3e846a51543df9893e9ae7302 0.01 MB 49 1,917
127,334 127,334 00000000000008782e885541216410e5bb06a0fd50965c59cfe71f2877b22d96 0.00 MB 7 130
127,333 127,333 0000000000001ea57431f238a1eb63d7258945c89c74065ee7239f71546a3adf 0.01 MB 17 797
127,332 127,332 00000000000022e4c588bad634ab23e4e894c803e5e8cf69b071966c9ec2dad5 0.01 MB 22 3,514
127,331 127,331 0000000000001448bf80e3e24c5cb18983312f87f7727da69365a031b59105ad 0.02 MB 50 427
127,330 127,330 0000000000001b077024ab31f7cefda72a58961bd9ed4ba556959e7c8d6b0a59 0.05 MB 158 960
127,329 127,329 0000000000000da4ce4768989cb7769c339be250a3ed20d6b886c7dc2d117640 0.02 MB 60 616
127,328 127,328 00000000000007b858acbe8af12cb3c801be84a2803b84bae36a2e319a6978cf 0.00 MB 5 0
127,327 127,327 00000000000006cd9c73f71948c3231005d33bfbba7c463324827b937931d37d 0.01 MB 26 303
127,326 127,326 000000000000004ac9159381c9a78af2bb1a0c8bd141314c69d0131d138c7be0 0.00 MB 18 439
127,325 127,325 0000000000001507113ad77f43f5a5bc1efe9292c8d6cb9fa2884cd2e3064f7e 0.01 MB 10 709
127,324 127,324 00000000000000a85eafa6c300f037055384da7e1b98eac2da577bf57bf7cca3 0.02 MB 62 514
127,323 127,323 0000000000001c7690b3860a9d32b6759d678a988262ee1cdc8984c862609054 0.02 MB 79 2,086
127,322 127,322 00000000000000441a24ca94569428d32fc10a6f1da7487dc70773eff9df98e3 0.03 MB 63 68
127,321 127,321 000000000000067c3e9fcef4c90365c6057c874dcdf8752e6b41e00bf79fc25b 0.02 MB 12 1,415
127,320 127,320 0000000000002493dba38cf94ca99cf6d014ed42c84b6dde684fd29126b5074f 0.01 MB 10 553
127,319 127,319 0000000000000450c852baf1335058689178cc46e4a83658a6956f9bd9afe336 0.02 MB 54 110
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.