Memory Pool Memory Pool Refreshing

5,878 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (807,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,162 100,162 000000000002646f752616cbebd1a804c5354369ae425eb01d63bd030fa99851 0.00 MB 1 0
100,161 100,161 000000000003c78c503262adff751bb8ecc32a3b5a121aab5a6a25ecb5422fc5 0.00 MB 6 0
100,160 100,160 0000000000023fa328eaa3724dff5152974d959efaabfda2b71d80f4f53125e0 0.00 MB 12 0
100,159 100,159 00000000000013b253b177a6b50fc9acccd8ab661cd66e5978e8cec8cde03870 0.00 MB 6 0
100,158 100,158 0000000000040f7c1e912355bb4bacc384fea03808857961307f0e7a712b9994 0.00 MB 13 0
100,157 100,157 0000000000045983621de787c03dabc354fe69f4491cda39334ed685e6f343ce 0.00 MB 3 91
100,156 100,156 00000000000300ab9fd1c6a532ebbc70a38235aae763af231a9daf01d8f22504 0.00 MB 1 0
100,155 100,155 00000000000232f4d1de795d395e52e53bf3568552acc4aeaad666f21023ce92 0.00 MB 3 0
100,154 100,154 0000000000011ff19ad5c4a69ca0954127db8775aba89591b8695d0c8b7318a8 0.00 MB 3 0
100,153 100,153 000000000003378187b4698ba2be99a0cdb061998241720b2cb8d9bab3c24b82 0.00 MB 1 0
100,152 100,152 000000000000128ebeffaba6786a2c882922c50e0d47508f374b41ba38139001 0.00 MB 2 0
100,151 100,151 000000000000e84ccebbb05f99cfe74c4aa8773ed1c7078fabf2b167fa58100e 0.00 MB 8 2,256
100,150 100,150 0000000000031714edffa2f2593357aa60c97c245b4c0c8c241587803f593481 0.00 MB 1 0
100,149 100,149 00000000000444214ac72682e61676aa514b79284dc81c4b2adfcd7bcf159cdc 0.00 MB 1 0
100,148 100,148 000000000000a397e9cf36f2ad740d2e2716e919e1e814108359a233033f95a3 0.00 MB 1 0
100,147 100,147 00000000000410a6c098bbce6aa4ce29f50de2ead8f890e2644b01419b2135f6 0.00 MB 3 0
100,146 100,146 000000000001ab40d6f7f4b80303a0aba7ea14b7d97cc6b78c5e2dcfe4c53f46 0.00 MB 1 0
100,145 100,145 00000000000453e8a704c150386c60d4f4e0327cbbfaa9e98406d7ba25bec7df 0.00 MB 2 0
100,144 100,144 000000000000c0c2a43574e5cad5c8a72be457222223f3ea3863c529dba60d2f 0.00 MB 1 0
100,143 100,143 0000000000015dbe2c7f3f12e0a2eab594e789326fc580d4c75f9940b507b263 0.00 MB 1 0
100,142 100,142 000000000001fb05da2ee0393887569ddf6608cc4245e70ada047dde5f0f346f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.