Memory Pool Memory Pool Refreshing

3,947 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,877 (902,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,660 5,660 00000000faabb1739a9780e0e6f36f06f83724f28a8766f1a2c9120a4d5e8b47 0.00 MB 1 0
5,659 5,659 00000000693d5ae1e426c5dd6a1582c60ce6f85d09884921d5fbbfca5f329632 0.00 MB 1 0
5,658 5,658 000000004d05f98e9de57d05c6412fc92d24bc1107a636b3d0e4b6cb33599260 0.00 MB 1 0
5,657 5,657 000000004d965280cf9e134acc9df0a18fd562b77500255d9b12f15d98095ab0 0.00 MB 1 0
5,656 5,656 00000000949a6879f9658d4de693f9a393e6add7e383425fb1148fd288c51200 0.00 MB 1 0
5,655 5,655 00000000b013ad8580836a6ac6a905371542f3693a7639a93e066c2c0e473570 0.00 MB 1 0
5,654 5,654 00000000f57b72d02f4e1e00ac446de10f311caad10c45c8dd97301bad27ab5d 0.00 MB 1 0
5,653 5,653 0000000014a04e29a42928c4c640f51fa022cc822b31fce4f0146bcf60abdbc1 0.00 MB 1 0
5,652 5,652 00000000b597abb6793895fe263735d2337b3eba34c78b6e8ccdc6efc8c078a8 0.00 MB 1 0
5,651 5,651 00000000a8968a4b2b47660aa9ca625dbcab74bbb5f89af49bcb9148b502455b 0.00 MB 1 0
5,650 5,650 00000000ff81be1e2f43b3e325790df946a36d8dde10f7d39cbd7ea2c4291939 0.00 MB 1 0
5,649 5,649 00000000e2df7c3a57707749cb968329205d83b27667063bd00fefe73712b941 0.00 MB 1 0
5,648 5,648 000000004500ec9713489276e420b5e13a256526f4937c71760b7ebc8e613444 0.00 MB 1 0
5,647 5,647 0000000037d7365c2c14c5a0345b430dc55ee9ab4a49d92b3d0e3a0646d0e59d 0.00 MB 1 0
5,646 5,646 000000000e848e4c6b43a767fffb1a5a5e4be8b95ce0c9423e4a6b568113fc56 0.00 MB 1 0
5,645 5,645 0000000020b199a81eed96e3aae298c904d572905b4a592a32df95ece596965b 0.00 MB 1 0
5,644 5,644 00000000100fecd6bf10d11e6a6639bb4ea23b80ffb8cb0ac6c5bd7a11eaa074 0.00 MB 1 0
5,643 5,643 00000000ff3f1f5e91e8c0e0d1e0aa9828e283b7a2a921b2165a655e43e95475 0.00 MB 1 0
5,642 5,642 00000000f194a1196643a1cd4cbdfe716cf7765b49b0df73f0c76da44fad6d34 0.00 MB 1 0
5,641 5,641 00000000d61b82fd6ed1423a19824a9b7dad03adbeff0feffe06eefab3149531 0.00 MB 1 0
5,640 5,640 0000000037b32f32b177ea8d09746c5b05c60005bfcc84c78ca8fb22c5269c10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.84 GB sent, 94.53 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.