Memory Pool Memory Pool Refreshing

2,477 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,278 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (60,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,166 847,166 00000000000000000001b06d6c12e47b5fded060cbd9a175c16b2d46640f4393 1.45 MB 7,263 72
847,165 847,165 000000000000000000031abd51897ba9c2634fa711e7c58c016089c6ecabaf74 1.42 MB 6,954 66
847,164 847,164 000000000000000000016b350f3de0f176269504638cbe99a144899f22380092 1.47 MB 6,827 59
847,163 847,163 000000000000000000013376b6fd3b6016ffd798f9bafe150d6a9abb8ffb7cfe 1.46 MB 6,227 71
847,162 847,162 00000000000000000002c55021fffedd6323499beb0664eb0c781ba2854a0823 1.55 MB 5,697 35
847,161 847,161 00000000000000000000e0976273bba0ed1b1c55157fe1427a68b99d8a4e7443 1.57 MB 5,904 42
847,160 847,160 00000000000000000003103db150721b593a1a4349c9a090d07a8e912140ef94 1.60 MB 4,538 43
847,159 847,159 00000000000000000000f5614b50247172a42b41e6387ec221c8e07cd0b1626c 1.51 MB 3,672 54
847,158 847,158 00000000000000000002f4db3f47a24f3c949db28594d05a92146a68bd3583e1 1.62 MB 4,439 46
847,157 847,157 00000000000000000001e9c0feb57cbf8cd181eab5a235f7ad7753c78e840f16 1.62 MB 5,293 36
847,156 847,156 00000000000000000000d49147b07578d7c1725a347029b2d52cc7d064445f18 1.49 MB 6,145 40
847,155 847,155 0000000000000000000184067ad3c677b8ddea00a8cd32b86e4ff66c624c5e07 1.56 MB 4,855 45
847,154 847,154 00000000000000000002c81a179f820d07ab8b46ca4b4ccbb912ee84253d27e1 1.58 MB 4,927 35
847,153 847,153 00000000000000000001c8e11ea983ddc9c8b3fa6c82cc6be8dff3b8b1435245 1.59 MB 3,884 54
847,152 847,152 00000000000000000002339470d5dca8a81f9de15f42b8eeb40bfa53b0b8053f 1.56 MB 4,063 77
847,151 847,151 0000000000000000000079188b061c3f73fac8b88c21be4182c966e865a5bf79 1.62 MB 4,896 40
847,150 847,150 000000000000000000032bedf80c39952e3d7fe259c41114d63ce38ee8caad99 1.61 MB 4,356 39
847,149 847,149 00000000000000000001e6fe9efc0e6d927e03a689ba61190731a9865ed55659 1.58 MB 4,072 51
847,148 847,148 000000000000000000027b11fbf4bddbd753c790c057e747e4983ae338074d5c 1.58 MB 3,709 87
847,147 847,147 0000000000000000000069726e0fac33789af3ac3df43d2ea97eb60e004a01fa 1.54 MB 3,155 144
847,146 847,146 000000000000000000016e5ab0e72dd878bf79d6c14edbf5b2bf0e7801da857a 1.64 MB 4,212 40
Previous 10 blocks ↓
Total Size: 769.11 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,629.57 GB sent, 93.44 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.