Memory Pool Memory Pool Refreshing

3,634 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,646 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (648,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,467 259,467 0000000000000017d7f9e60b4971a6bf5bf4df4d0803bbe319e41e380d6b450e 0.04 MB 99 86
259,466 259,466 000000000000000d8ea186203c3c2d7b90eef768f81cb5658ac6e58ff882fa81 0.21 MB 492 103
259,465 259,465 000000000000000acf3e533f28f1681ebbacd6a35c035bd98cb8a9fb69f0f276 0.05 MB 114 109
259,464 259,464 000000000000001146259fe0db2ee46e0cdd0d4e90ff87c67f54d9b701503eb6 0.03 MB 83 114
259,463 259,463 0000000000000022de1d53472f7055fea94c03b084fe776b249c925f3368ee89 0.05 MB 103 87
259,462 259,462 000000000000000ea744b28c8a9e7b699fb42c548e8e6f0daac12ac683bec2dc 0.09 MB 208 107
259,461 259,461 000000000000001e6784693bf3e49e56fa4f1715f9892f4641e5c12d6e0cd02d 0.19 MB 460 88
259,460 259,460 000000000000002514c2b73776cb44c34ff5569f213357ae46a7fd7618760727 0.25 MB 470 95
259,459 259,459 0000000000000023b4a39608cc1d6f99f41e863cdf927ebf704ad5b6ef50dbe1 0.08 MB 189 99
259,458 259,458 000000000000002055e392f5e497a1997350c227519687a30afcf64ebc87de6f 0.23 MB 395 85
259,457 259,457 00000000000000210a2600d4120318b4c249d5389a6906a25e3e94242d9e99ba 0.03 MB 83 64
259,456 259,456 0000000000000023793edbe3095582104778d79fb1edcf3bdb4e7a78d132f7a1 0.09 MB 234 115
259,455 259,455 0000000000000023c603e5b0baf184ccf7de94c26add1246f684c028203fcaea 0.09 MB 173 135
259,454 259,454 000000000000001e6bf2006db7a9018baf3adec5bdf95a7560e7b98d49d5a574 0.13 MB 288 109
259,453 259,453 0000000000000018624ba9fc1f722ce39fd907bb375f7e62794df15484c619d5 0.18 MB 520 147
259,452 259,452 000000000000002403508e6fed146eb4ffc2e8d8f8049ac06e4a88c889047f51 0.04 MB 104 102
259,451 259,451 000000000000001c288cef094f82868fa9c4fde966bbd4d4187fbd6397ca17ab 0.20 MB 527 120
259,450 259,450 000000000000000d4132cafe3c7402db4e2a4bd1c4a48013cc4f33806360d9a7 0.04 MB 74 94
259,449 259,449 0000000000000014ff4f10b91504fa329d07606f16378c1f8392aa8d4a047e1e 0.05 MB 135 132
259,448 259,448 00000000000000246dc7e536c18ae1ca9d4025ea397d3b182cc26da0aa0f90e0 0.11 MB 206 85
259,447 259,447 0000000000000001c3dccc42e22ae3c542b9060d16c3b87f34db12a9d31f835a 0.10 MB 204 95
Previous 10 blocks ↓
Total Size: 769.30 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.66 GB sent, 94.43 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.