Memory Pool Memory Pool Refreshing

10,491 transactions
4.76 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (684,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,194 223,194 00000000000001546186e2c9dcdc9ad9b1a753c9b1b8e686b41d6b6fcf70e52a 0.25 MB 806 251
223,193 223,193 00000000000000410cd7ca1c652cae29dd930e8bc706488ba878b580c4b181c9 0.05 MB 161 212
223,192 223,192 00000000000000ad2f8f1c6847c1e170649d94b9157f5b526d08a661b08c91a8 0.03 MB 55 153
223,191 223,191 000000000000003c6b9e8d0f041c4a6586cafb8229e0b5fe156dc2cf0055cbd8 0.12 MB 358 200
223,190 223,190 00000000000003d9eb672f1baf0f48b77125072fe1d1d9ae3ccfd4ce570d5993 0.02 MB 83 209
223,189 223,189 0000000000000077892226678f96060c96bdae6af263ce079cd7048e652dde13 0.20 MB 336 145
223,188 223,188 000000000000046a167189dc61feb5d3d8f497b5172c1ac43d1f88893bd51856 0.32 MB 669 63
223,187 223,187 0000000000000437a438336f0ef14609497a430743aaff993cc6d4872e250de0 0.25 MB 660 183
223,186 223,186 000000000000016f807b523dcc49a57cbd9e5963d2712ea34540440cc24f8619 0.02 MB 72 188
223,185 223,185 00000000000002161fdae6bebd5ec4d1613ddd360465509e5a1975b3dcb37365 0.25 MB 370 134
223,184 223,184 0000000000000226450b9196d7381254c995b2118f7aaddb321c714f34764b3c 0.25 MB 561 169
223,183 223,183 00000000000003447e4e94e81542386d691c8cd76e57e83dc44db371e27c2fab 0.01 MB 24 122
223,182 223,182 00000000000000be68e65b626b1668fa28b02087093acd5464b4fb72f8ece652 0.12 MB 193 136
223,181 223,181 00000000000001d72c93f8c68c376c7b0281f9a7509e00a1cbc039b53c726568 0.25 MB 701 244
223,180 223,180 00000000000003dc72b492509a74e52e18dfd077aab869a33ac4f55f8ab563cd 0.50 MB 184 48
223,179 223,179 000000000000000c028748d919d89a152903e4f3d6beb8fb2db186962e87ea39 0.25 MB 868 265
223,178 223,178 00000000000001105baafacfd2a1bf2fc24981e3cce5c30518d5e8646401c421 0.25 MB 469 178
223,177 223,177 000000000000040c44b4c6c2fd70bd858d4b4c7dca06a194d94cbc54b47246ff 0.17 MB 292 108
223,176 223,176 00000000000000e9f02a1c1b3d2e63c1edcc48d4050c851bab8a9ac34705386f 0.25 MB 702 262
223,175 223,175 00000000000000f4a95c7cd743f53d237169de1e6b4bb6762c53006eb3a3123f 0.32 MB 607 207
223,174 223,174 000000000000002daed045a08bfa59debe1893e7e4b4bc19778d9cad4408db85 0.00 MB 6 532
Previous 10 blocks ↓
Total Size: 769.03 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,625.74 GB sent, 93.04 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.