Memory Pool Memory Pool Refreshing

4,927 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,817 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (707,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,100 200,100 000000000000045d7f10aa3eca5beccc17aceb505592fcd8298e46bc8211052a 0.06 MB 195 158
200,099 200,099 0000000000000560befa984db07481e1e434b7f3c9c14002f5fdc1d2e4fadd9c 0.04 MB 78 102
200,098 200,098 00000000000001fc822d85893e1badeba19319c8a8fc6386b6acf1907863e729 0.08 MB 162 108
200,097 200,097 00000000000000d488523b3a3abde6a8914e8fee81d0997cfd56230fb483af19 0.05 MB 113 152
200,096 200,096 000000000000000c97714c3de8b4edacb33a8b5c62382e07c7b70e6cf8840fec 0.05 MB 110 92
200,095 200,095 000000000000010b8cc87590163baef605653f008906035867187e55c55b9954 0.25 MB 563 114
200,094 200,094 00000000000004ef6a538fccf333f8ebb082cd049e9ed71702aaf0bcc8237b9a 0.04 MB 124 571
200,093 200,093 000000000000021f8c5ba2c12b874edfef0be0d531634e7e4bc20ff1d4b7abbd 0.02 MB 36 128
200,092 200,092 00000000000004a23ce7863909c4dda0f89290c9dc8dad3ce7b362527763ad60 0.08 MB 223 233
200,091 200,091 0000000000000471e3950a8e17993f0108f2d59e6f0d7cf6c7a436944d123c02 0.00 MB 4 309
200,090 200,090 000000000000011b715e6adc2c63512f5859d8816042d21e2f5ad30849e4bc56 0.01 MB 28 87
200,089 200,089 000000000000025a3e493e403b37f4e23313311728385888c335a98144922d78 0.02 MB 56 141
200,088 200,088 000000000000018e8366019bc941d360bb45dc2f188870277ee00a37d18b7cfa 0.04 MB 123 23
200,087 200,087 000000000000056a6210265dc536e36d222b09486edb469a5aa9cb029341d7a4 0.07 MB 179 348
200,086 200,086 000000000000030a9c92396ce3f40a5cc0f8db6d4eac87bdac6fe57efcc4245d 0.02 MB 65 159
200,085 200,085 0000000000000596effde74929d68910c82cb130ae969fea85fd398606847639 0.02 MB 55 100
200,084 200,084 000000000000000d4b7453f028aaf2de98478014309a854f49a4a44b3f24ecbc 0.04 MB 83 112
200,083 200,083 00000000000004a8c65d243a64b5f375fcc1f1e09261621944052c311c28ac17 0.09 MB 207 130
200,082 200,082 00000000000001b4d29133816f037957e2f2bc9e8f9668d9bbb0f64246ad0a78 0.01 MB 23 191
200,081 200,081 000000000000055f577f3e60144dd9e56b6f4e2bd9e55851995eba869c9d1550 0.28 MB 537 78
200,080 200,080 000000000000007557f7b7d6f7b0cd1efe9554160e2aa5ccfb74690c033b70e3 0.05 MB 132 1,113
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.50 GB sent, 94.00 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.