Memory Pool Memory Pool Refreshing

6,986 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (666,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,973 240,973 00000000000000cfa30a116fd70efe3fb2f87ddfa1c7177e06f13fec98c4e6ff 0.04 MB 65 119
240,972 240,972 00000000000000295c03ecb7c8f0dc1c0447462b5c68a21e7f483e2c70ce76f8 0.08 MB 183 204
240,971 240,971 00000000000000f40c79937c60e991e361b1cd62b9fd765e8cf929d86a87d0c3 0.05 MB 128 158
240,970 240,970 000000000000005c999a3d9bdaa15b40e577ef786ef10cc8820f95eb7db7edef 0.03 MB 57 128
240,969 240,969 0000000000000000f1e327899bdf235d9010af6ee9ccab25cbaf5ffa2ef016e3 0.08 MB 169 163
240,968 240,968 0000000000000025d4b04a6d68b397479f004591e439764b9be2fa1139b01624 0.10 MB 375 27
240,967 240,967 0000000000000072df25d91a239c17178d5aa235779fe89cda608f388e713b59 0.25 MB 517 191
240,966 240,966 00000000000000c8447ba78401bfeed0180521c971a3daf41db19f6e11b74f24 0.16 MB 375 142
240,965 240,965 0000000000000065c5839fb3a192997dfccab8ee7b6ca8d0b0d9de07a3e1b293 0.25 MB 542 161
240,964 240,964 0000000000000055c44d33a94595a4130fffe9a69a3364c55a9fc9bf59d6be99 0.25 MB 573 212
240,963 240,963 000000000000000aeb03cba24a75b3a5756e8058837162262c13d74254c0c497 0.08 MB 151 161
240,962 240,962 000000000000004146450ae4b15690682717c5989f334ea5a4083d399faaaf57 0.08 MB 136 149
240,961 240,961 00000000000000468eed3c889fa2525c3773fa7a7b62f695a82e1b44fe0e6fd5 0.10 MB 357 49
240,960 240,960 00000000000000de43b44b43bf182e99a1c2fc5ffd1b2adb8597e424968f341e 0.11 MB 268 196
240,959 240,959 00000000000000a69f4e348d809640508640f379e99ee8c75f13888bdce5ac1a 0.03 MB 80 156
240,958 240,958 00000000000000d2259763836f41653e5ff4e61360ff85c5319124498d11239f 0.14 MB 368 234
240,957 240,957 0000000000000054ffe725dbe52aef2eac94f7566b73a31f9149f1d5ab0ee0aa 0.05 MB 119 114
240,956 240,956 0000000000000108df7ee8ff012404a18efbc3aa55f8d1329b6dd53d8cb59ee8 0.20 MB 434 169
240,955 240,955 0000000000000052cbfcbd36508b517577ddf3d18974a718a0253ffe53b67845 0.11 MB 251 181
240,954 240,954 0000000000000063cf39e664d3a2fbdfdbdc812ea2541c33fd946001abb1389e 0.03 MB 68 162
240,953 240,953 00000000000000248ee7860f141e3a5c844a8c851c05421920f3786643588195 0.12 MB 293 147
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,615.98 GB sent, 92.70 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.