Memory Pool Memory Pool Refreshing

2,950 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,734 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (683,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,368 224,368 000000000000017645120cbe05cc6a99d3b32663a22a7b2130e7d81834e6e56c 0.25 MB 661 234
224,367 224,367 00000000000000ec6cc7f15ba2cb77b73e42dcb46cd128a43774d8d49dd72af4 0.13 MB 258 159
224,366 224,366 000000000000033ee496979737628fdb24468e4ab07e78fdb3cf7052863418e3 0.25 MB 500 178
224,365 224,365 00000000000003a6e4a12e2570aaca072ae639ca7f1b9916492cb1525c36ce58 0.29 MB 655 190
224,364 224,364 00000000000000d50e54479dc841a288f62c7b4cc0cbba20b53b55dd64937ffb 0.13 MB 258 132
224,363 224,363 00000000000003a9b0841d824010d052a19e3ce445208dd92e5b24241446e9cb 0.00 MB 1 0
224,362 224,362 00000000000000c949b825c793f7fba908831a552acf8f5aafcb7aeef95f43c1 0.25 MB 580 164
224,361 224,361 000000000000029de2f602674260cca4f98268c13b97f7a536f8835af84a37a5 0.27 MB 647 195
224,360 224,360 0000000000000214a2a913a9f8a2d4cf87b5280a64b4f8aa63ee0a423ca2aa4f 0.19 MB 434 171
224,359 224,359 00000000000002de0e50b8ac7267cf07f7ad640c9441d261fa6e9f458215d48b 0.22 MB 553 76
224,358 224,358 000000000000019dad463e050f3ca516f11197515a1d1993fd1d24ced4eaddc0 0.22 MB 527 294
224,357 224,357 000000000000032c8f39ae4d00366ae575e8531f1e347a6396d3093b106794b9 0.16 MB 286 119
224,356 224,356 000000000000013fcce659598840dce5d62dac49e002004b27e833f1e9ed8517 0.11 MB 106 222
224,355 224,355 000000000000015315573ebde787fe1e1d0c420676898585ce5f8a7054ba82c4 0.25 MB 565 223
224,354 224,354 00000000000000be41214f99516530d517b7757994c9ed76f32d5b5c89719fcd 0.25 MB 646 216
224,353 224,353 00000000000003d51d6d4ea6e30506c33de003218f3086d86818e701a116dd5a 0.09 MB 183 172
224,352 224,352 00000000000000ae2dd008cef35a4b98cda2bf2053827f8e342a4509951bd1cf 0.04 MB 104 78
224,351 224,351 00000000000002923069ee232fb0ca9edf160554429ac9b2c21823f53f823636 0.06 MB 103 107
224,350 224,350 000000000000037b0b8d60482b7facb3d466fe08ce6831a8f5c7d067bcddd5ad 0.25 MB 378 154
224,349 224,349 00000000000002c81e41f5a77c2ffe82cfe1831cf738467c58c6c9da64c7ca00 0.09 MB 223 147
224,348 224,348 00000000000003af9418cff21571e1f8b9f21372fb71e27cae9b9ae67e1ef77d 0.16 MB 405 183
Previous 10 blocks ↓
Total Size: 769.05 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,627.44 GB sent, 93.12 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.