Memory Pool Memory Pool Refreshing

3,682 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,632 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (626,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,242 281,242 00000000000000010261eafe0be9e85c5cd5520953b36ff809c2ea0e1f659ca0 0.18 MB 227 20
281,241 281,241 00000000000000018950395a2125fb580fde8c6496ad3b35d86b9997cfeb2547 0.05 MB 166 100
281,240 281,240 0000000000000000cbcdd436bf5c73037e1554998367102f1cf8e97b71112b7a 0.19 MB 269 27
281,239 281,239 00000000000000005aa4049daa53b0d37c24f033cf7c253252fb3a4c5c232fca 0.10 MB 215 45
281,238 281,238 00000000000000000730175c9b07673114d9d8ab339e5d7d6745b15c66264a8a 0.17 MB 349 47
281,237 281,237 0000000000000000def4dbdb48f37ea52da3c410455929616d4645d781450f4b 0.05 MB 159 58
281,236 281,236 00000000000000007aee992096dcb73bfbb4999db87ae87a366d2d2808778d8e 0.21 MB 552 57
281,235 281,235 0000000000000000859b0440b4ee4b9f5c7e4291de98e23ed83983e1fb96c93c 0.09 MB 173 35
281,234 281,234 000000000000000122a42166dabe68211b130d546fa510d3739fcf7ca3f54e4e 0.13 MB 98 13
281,233 281,233 00000000000000014f7f4eb3dbebc60c29a70e5f2e9f65e0157d70609b7c0515 0.05 MB 91 28
281,232 281,232 00000000000000001a85323283e8d1deb61bb331a2531b887159b933a84e35a6 0.05 MB 109 45
281,231 281,231 000000000000000048dd1a9e7d4e73e5d1c8b76c47d39811e31709dc12b7878d 0.25 MB 689 61
281,230 281,230 0000000000000001bb4d331e66d3fddb0bde7ba6551530863baaf1e8457cd7f6 0.16 MB 369 63
281,229 281,229 00000000000000014d62118f84e4b487a472fc9addec5f76918ef44db225467d 0.10 MB 237 50
281,228 281,228 000000000000000014e60102ec74f39d5c42882756ce58a1d584213331803eaf 0.04 MB 103 35
281,227 281,227 0000000000000000394f78be6043ff9df225db56a7766b79bbef16c7f249a082 0.19 MB 425 61
281,226 281,226 00000000000000012e9a7eca471ab90c1349a2e658189dc12616aa2f49781d6c 0.23 MB 492 265
281,225 281,225 00000000000000019e7d38e211c6e51ac00b8560cced448bb08f17b17afeef9c 0.27 MB 608 97
281,224 281,224 00000000000000021c497e93a17d99dfaece4a556bffee6ac1a92a38c9d86007 0.06 MB 156 25
281,223 281,223 0000000000000001931e751eabaa0ab71f1ffd131cfaab30e6df789860b169c7 0.15 MB 266 36
281,222 281,222 00000000000000020645be47ee1da8af85f6976f8923f2bd3596263e0cf80f1e 0.22 MB 473 36
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.