Memory Pool Memory Pool Refreshing

337 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 306 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (684,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,201 223,201 00000000000002f535dd48f597a96e38e4ebb1ffbd0a117331a6e516491b4208 0.33 MB 730 210
223,200 223,200 00000000000001a9ca98d03a4ad35e2042d96710bc613170c1d56c0bd2a945ad 0.25 MB 746 1,322
223,199 223,199 0000000000000017983e056d0f64d1739a5a461d4cfd0c03d0aaa47c223d9360 0.16 MB 489 224
223,198 223,198 000000000000022aae2bb282f3a696008e9dd2ffcce952c7112932c560a00269 0.02 MB 51 158
223,197 223,197 0000000000000279e7efccb4ff82544d123f4d2aa4a1fb905ca54a838cebef9e 0.03 MB 45 116
223,196 223,196 0000000000000177308f0a0273990bdbe6fc09c5d223e412274d897f5153a947 0.23 MB 432 146
223,195 223,195 00000000000002921b001f624d8a4d40b2775980a534feb36039cf3e065f75e5 0.25 MB 452 123
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
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.