Memory Pool Memory Pool Refreshing

10,294 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (613,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,159 294,159 00000000000000003175a85181e5e6d311758b293b09d907ef135a1f297c12ae 0.28 MB 467 35
294,158 294,158 0000000000000000d9485b692f1da7303ae8c11ebf2cd16de04854e5e0be5892 0.09 MB 256 59
294,157 294,157 000000000000000003472ffa2bd54ae35a16c088ebb2751990ea96f0cc9d29fc 0.04 MB 128 46
294,156 294,156 0000000000000000b6b7a44accc99507480b79cc0aebf70e6c294abd75c3e09d 0.15 MB 305 38
294,155 294,155 0000000000000000c96cfcf8dfc5e5f54d196ccf86ced1bfc7f8c2b65ba45358 0.13 MB 302 25
294,154 294,154 000000000000000070a78b74c0a4283475e01978c5c16632d00c360b01e13c3c 0.25 MB 560 43
294,153 294,153 00000000000000000661af146dd6b66c19385a99d3cac70d9491de5841265a01 0.31 MB 575 39
294,152 294,152 00000000000000000e25d7a17359e0526baf0131f06ead1161a5b55dfc271a12 0.03 MB 65 10
294,151 294,151 0000000000000000bd52b0ed4b9fba3b6585a19385d90642d3ccd3f31d54f497 0.10 MB 182 31
294,150 294,150 0000000000000000c0ff932cc25e0002d72b2d6bf684428a598ec8021502ff27 0.16 MB 257 25
294,149 294,149 00000000000000007dee45f42176a80d2607e23307cc0f9dc2bfeb773a40f35b 0.10 MB 164 38
294,148 294,148 00000000000000007925ebf1d1de3002057d0eb7cef377c990b9be163b07de0c 0.40 MB 567 22
294,147 294,147 00000000000000000191f7e85614f400d6931ec5196471b1d3460e26ceb0feda 0.35 MB 897 49
294,146 294,146 000000000000000082cc08a231f10f762ac5abcde163dbf6c61dfc844fe02045 0.26 MB 493 58
294,145 294,145 000000000000000096cbb3a014156a4b774495344ce91d8576ab632c80aad702 0.15 MB 261 35
294,144 294,144 00000000000000007644a8d35078959d53ba466f37cf99983ba0b62697fa2398 0.09 MB 183 36
294,143 294,143 0000000000000000a78ae6e43fc844e1a6ba6b78c77e338bc7849e569d3f12ea 0.17 MB 156 19
294,142 294,142 0000000000000000411bb6865d8a673003205658b53060e8759d61d6db8c59f5 0.25 MB 644 54
294,141 294,141 0000000000000000abb60ef6cafd8baf80d714764dc7f3536028b6e8cedba42e 0.08 MB 147 25
294,140 294,140 0000000000000000d9a9541a382dda91386457436173a6ff6f0ec36cd67750d2 0.15 MB 225 28
294,139 294,139 00000000000000003b3203181ab278401de2123949d9732537ab6f0c0f5a5298 0.09 MB 83 18
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.