Memory Pool Memory Pool Refreshing

1,142 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,115 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (522,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
385,488 385,488 00000000000000000e0c9fa27115d350a3d3d8c4c3294d31453cf57e0ac57e55 0.76 MB 1,614 33
385,487 385,487 00000000000000000197c233a5bc3887e4dfd30be46eeee12423dff1fe2b97a9 0.24 MB 424 33
385,486 385,486 000000000000000000f4dffbeccf0648f37936b9cb4db28fbdd6fb1ab492680f 0.17 MB 338 24
385,485 385,485 0000000000000000039888fa38b1c0d20af54996a8c8606f03b416930a6fc527 0.33 MB 668 34
385,484 385,484 00000000000000000b9c8dbae4bace727fd63d66e7607fc098ae6e00f5e8558c 0.75 MB 1,429 29
385,483 385,483 00000000000000000b62273fb1c05f4d73306a6ad003e9cd675d74ae21217c2c 0.24 MB 500 38
385,482 385,482 00000000000000000422879aaa832133fc73d641ed193dfb5d76e74c8eecf8c5 0.18 MB 333 30
385,481 385,481 00000000000000000dcbb35e7d27f06f5c73be6c8de0cdaaac1f01fb00af026a 0.23 MB 142 11
385,480 385,480 00000000000000000c1f6581fba0af28b76f085bc4379c684e61476c51e3038d 0.34 MB 596 30
385,479 385,479 00000000000000000b3711a4559b04a34a6173539139deaa6a6de2abe2429cf6 0.53 MB 1,014 31
385,478 385,478 000000000000000002d1cd79c7fc5c39e1b68b4f2bedb51e10418545ccc51bff 0.25 MB 348 20
385,477 385,477 00000000000000000142fa55cba9dbf1f5b7f63140e747fd1f767610d8e5877c 0.25 MB 322 17
385,476 385,476 0000000000000000056bc273d2bb8932fa7a107585f5a85fe1cf1472e8df9da0 0.93 MB 1,556 29
385,475 385,475 00000000000000000e1718621e38e2c1e9b03a4c588528dac6d1a6a83e6e3917 0.91 MB 317 7
385,474 385,474 00000000000000000c4ec8036e2e42d29557b7101df0480d209230e85e6dfa93 0.75 MB 1,369 30
385,473 385,473 00000000000000000de62d51af749f9383973ed2002c5325909c31573046afec 0.36 MB 563 29
385,472 385,472 0000000000000000062229b1a904f693a34b71e4c57b63bb95596c4a558cb090 0.99 MB 649 11
385,471 385,471 00000000000000000e41ebacfd1cc83ca5a71db55c48c9c7832197d010e67d03 1.00 MB 1,615 28
385,470 385,470 000000000000000005c5ca4a48888240ffec152343905ca33982e824e1b6c7b9 0.95 MB 1,993 33
385,469 385,469 00000000000000000dacf136305675d2f877249b1b3a274a2ac6d896fa894489 0.93 MB 2,379 45
385,468 385,468 00000000000000000c3601a0e3a4703df6e9d8728802c2e0aa1009ef7e3372e9 0.95 MB 2,358 41
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.