Memory Pool Memory Pool Refreshing

5,361 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,146 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (309,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
598,157 598,157 00000000000000000015c93bbe326fef32221344279ffc34b99b8ac2126463e0 0.22 MB 567 22
598,156 598,156 0000000000000000000855fc3a5417ca43bc0b6d3e1c1a0975b9dbaa327840ad 0.53 MB 1,135 16
598,155 598,155 000000000000000000148fbc1ce81c30fc801ae97db8825d197074c960c89647 1.02 MB 1,481 6
598,154 598,154 0000000000000000000b245bd37fd9c721e16a8811680b239e923167ee3b7aa1 1.47 MB 1,831 9
598,153 598,153 0000000000000000000f0425244fc45f1be8fbabff7fcdf3936e6c41e3a158b2 1.39 MB 2,183 13
598,152 598,152 000000000000000000047dcb945c49b67850169192b65b19e17807c84a9526c0 0.04 MB 143 22
598,151 598,151 00000000000000000005c69d56c3bd40058eead55294a11bb197253ef8152ab0 0.73 MB 1,812 19
598,150 598,150 000000000000000000026af6e41e5714cada88256fd42fed77553a806a43a29d 0.92 MB 2,538 18
598,149 598,149 0000000000000000000ab926e25a7c87a4bab553dee4dedddb6d28703e2ce8a0 0.43 MB 993 19
598,148 598,148 0000000000000000001529fde2bcf236cf78a6446e1c421593768ee4558d7c2f 1.07 MB 2,719 15
598,147 598,147 00000000000000000004b8e812b8c1901bf35d8775ff636ee99c9c55fcf6533e 1.35 MB 3,129 10
598,146 598,146 0000000000000000000514efa4cba518c0f25d6436bdcb4d360a2702fd3f3869 1.31 MB 2,607 12
598,145 598,145 00000000000000000002d30332e588c9b39bdc551ec8087f1eb4f51e50ee8c75 1.42 MB 2,494 18
598,144 598,144 0000000000000000000ab9bb8345baea2e384e093874846796b38f2d2bd8b6f5 1.05 MB 1,764 4
598,143 598,143 00000000000000000000dc0b146ab32dc508d53003c5d897ff274e9bb3708b47 1.25 MB 2,600 17
598,142 598,142 0000000000000000000cc3138f50b12d0ba600b35906cee1cf02e2f47a314c78 1.32 MB 2,839 28
598,141 598,141 0000000000000000000c355bfd8a0fa29027744ea7338108194f574574227711 1.29 MB 2,622 31
598,140 598,140 000000000000000000031905780f1af845d9193d8086dc0b8c84cad5779e2575 1.10 MB 1,763 19
598,139 598,139 0000000000000000000bfe8d1d5319479ac8266be1cb345d30bb10bb512b634f 1.13 MB 1,863 39
598,138 598,138 00000000000000000009c7b36592121d7ecc33f64988aca57c5887b900ade180 1.05 MB 1,009 69
598,137 598,137 0000000000000000000195578f09c23be2b32ad33261514526a4a987e377c388 0.07 MB 218 24
Previous 10 blocks ↓
Total Size: 769.24 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.07 GB sent, 94.14 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.