Memory Pool Memory Pool Refreshing

2,493 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.71 vMB 2,468 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (707,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
200,079 200,079 000000000000054ecfbd67f1f495d7356c74f7ba2a048be978f12592728d92a7 0.05 MB 172 233
200,078 200,078 000000000000020c8598b2615d52520fb31a22d21aac8326b58822b5458cf7a0 0.10 MB 230 153
200,077 200,077 000000000000022db33b1040fcc55bc69e0b8a01a0779dd20d764638e7c7903c 0.05 MB 142 181
200,076 200,076 00000000000003c8d4ef015bd00addf338c50bdeb77679d6b44675cfe6086650 0.08 MB 225 133
200,075 200,075 0000000000000393fce61ed5540d67704846f06a9df6aeb9c1a534ec9db36961 0.00 MB 11 15
200,074 200,074 00000000000001de70f78e7f0f9cc1f158059d9b8e1ede06751db6352509112b 0.06 MB 89 84
200,073 200,073 000000000000031e86007f81e01b436bc392733a63156273c0c1e4cf5a105bd2 0.14 MB 347 159
200,072 200,072 00000000000003696e2bb20e6d6c3d535633bb884231e14e2df1d1e3e675dee5 0.12 MB 272 133
200,071 200,071 00000000000002ba370a2e950ab85b90b9358b09647caf8e138e69e358c97726 0.24 MB 470 90
200,070 200,070 00000000000001afd6c3a0051ba8f8a1acf84f29f835b706227cc236c75e5bca 0.05 MB 113 129
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.