Memory Pool Memory Pool Refreshing

6,645 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,145 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (613,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,165 294,165 00000000000000004cc65214547703fd9a73cf4989a0a4dac301ad4095b3e999 0.01 MB 27 43
294,164 294,164 00000000000000002581ca13aa4f101d4c82fd9e1122e76ea914cca5d319d5df 0.20 MB 240 23
294,163 294,163 00000000000000004b436b8d3f36aa5a64b79024558deed8bc5c1a960fe45777 0.54 MB 681 26
294,162 294,162 000000000000000006f2329c084c692185cdd13a77ccb6164d886861943a9b98 0.01 MB 24 34
294,161 294,161 0000000000000000336175f5991ff9ecf056ad3bc26b9b0e5a96ce6f30152b49 0.10 MB 110 22
294,160 294,160 00000000000000001e8caef91c6e7ebeac1420551654e2e7dfb944c129b1b706 0.23 MB 505 53
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.