Memory Pool Memory Pool Refreshing

6,311 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,779 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (830,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,164 78,164 00000000001e7fa25970b954339ccf2054b0a2eab972faa2ac6f1fc1a1d526e9 0.00 MB 2 0
78,163 78,163 00000000005ae2c16881e37e0d5b6aef3fc6c94c16018adba12b10c86101bddb 0.00 MB 1 0
78,162 78,162 000000000055f7103c2e5a50752faa426562dbd031493081d81c3e6dd1fdd5d9 0.00 MB 3 0
78,161 78,161 00000000006608a24783340cc21000db93ac5d6c834c0875c0b30fe30e8fba9f 0.00 MB 1 0
78,160 78,160 000000000029a5add781ea16bcf88847bcfe6d7cd79385a418cd55f10688c4e5 0.00 MB 1 0
78,159 78,159 0000000000412eb42a7e1276be8ca66eae3b09f2a6ae87e02a84b233cf15418c 0.00 MB 4 0
78,158 78,158 000000000017cfb55489f592aa91d7c2948be8206b4a086fb79d1ca3a899142f 0.00 MB 3 0
78,157 78,157 000000000002e3d1e8affe64043c56cebd5d3b52becf141d49414082aa3472f3 0.00 MB 10 0
78,156 78,156 00000000000f560938a801e123f4307c734c3952b052eb43fdf3cc54b206c9fc 0.00 MB 1 0
78,155 78,155 00000000001b1897a926e3e76846183c51eb53af2d8462dfa669ac92908c7b93 0.00 MB 1 0
78,154 78,154 00000000001828ce2cd0d9272749aeb779504f860a4b7e9a735101ecbfa06460 0.00 MB 5 0
78,153 78,153 000000000025209aa3989d57066b093a146370492702734129bf0de2ca24b91e 0.00 MB 1 0
78,152 78,152 000000000002699a75cd346307784bc16aba786406e3d6c7191266704b22fca9 0.00 MB 2 0
78,151 78,151 0000000000384276f19bfa57ce003645c547444909d0869e66cc84b18e5d5ecd 0.00 MB 3 0
78,150 78,150 0000000000598e106e8b138cd7854f40f3f822d57d9528ab174b8395bd9cf406 0.00 MB 1 0
78,149 78,149 00000000003ae14b046984474c26130be8b4458830ffa11f1a9433bca27d9066 0.00 MB 1 0
78,148 78,148 00000000004bbbcee166638cc88f0b23f08b4da152295f4248c10c1fa490bff1 0.00 MB 1 0
78,147 78,147 000000000017f366d679e8f7a146059b8c4334321d5ec296b36cf78ea6116539 0.00 MB 4 0
78,146 78,146 00000000000bceddf054ed003681970b1cc17f788a9107d309a782232d53036d 0.00 MB 2 0
78,145 78,145 00000000002d3e926238aa5e776936717aa80c629cfcf350237fe4fd1526b095 0.00 MB 1 0
78,144 78,144 0000000000135f4ddb29ee0f454def43b83801de32b1ac515be8b7d8c34d649a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.