Memory Pool Memory Pool Refreshing

1,397 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,360 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (264,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
643,289 643,289 00000000000000000003275af0235559efd39353aeae5666b11761a1f9733a28 1.45 MB 1,838 41
643,288 643,288 0000000000000000000bd6e80064272bccbfab20eca48446fc9c9438378bdaa0 1.30 MB 2,944 19
643,287 643,287 00000000000000000004b86e0013352f1f40f31b331cd729514c5aabfefe1ffc 1.25 MB 2,419 20
643,286 643,286 00000000000000000006434d7883221bd3d9b3c29daddaca7b829ce155d7aee7 1.34 MB 2,315 81
643,285 643,285 000000000000000000067f96a2883f43a5b780607394e4aa0448e3bfd6c62db0 1.24 MB 2,792 82
643,284 643,284 0000000000000000000c6073d773e0504fa41fa1a7ae00406084353e9a7a6147 1.40 MB 2,775 91
643,283 643,283 0000000000000000000ea10aab5876fe777e0518599f7f0e37efcdf965fabc1b 1.40 MB 2,580 104
643,282 643,282 00000000000000000005ea0d77906fc8ce324a7e8c1972f900b7a70c0b0e0e2a 1.31 MB 2,513 35
643,281 643,281 0000000000000000000970132c6a83a52674f7c3f2dfc8633d53f04621ad7d0e 0.00 MB 1 0
643,280 643,280 000000000000000000056bffc3b66c692edf63716312aca898a9477e14115daf 1.19 MB 2,921 68
643,279 643,279 000000000000000000008b23cd1f735ba68fb25e18c4e3bcc7d0245419666cab 1.18 MB 2,724 74
643,278 643,278 00000000000000000002c83e290cd02995a2e2523f21edb1c696bfe5915982ee 1.18 MB 2,805 92
643,277 643,277 00000000000000000009b9cb720cf3902a2b9e7c0bd36c21f616a10006ec9548 1.19 MB 2,880 78
643,276 643,276 000000000000000000063056ab17b9261b69f3830d90030fc94bd2beb5b2b357 1.36 MB 2,917 124
643,275 643,275 0000000000000000000f6d5352113bae64cdaf440d53330746d5a92a35b3b395 1.31 MB 2,138 120
643,274 643,274 000000000000000000068266734fcc40242cf230bb1bf562e514dd36a7f14da5 1.35 MB 2,420 150
643,273 643,273 00000000000000000006f26fe3df232b58517bf5b90aef36f05946cc6e9e95ce 1.37 MB 2,385 168
643,272 643,272 00000000000000000007f5025a3e3ef68df2039cc7d635f300557e6126d960be 1.34 MB 2,923 170
643,271 643,271 0000000000000000000d1fbdd914a9bea93dbc737a7341def0f497120528ba4f 1.34 MB 2,196 122
643,270 643,270 0000000000000000000a63183d9d5da89a6fbef1fb140e16bbf89d0d8da1c542 1.25 MB 2,469 94
643,269 643,269 0000000000000000000454f43890f2872c61c164811f85e65f6901fe537a6771 1.18 MB 2,738 109
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.