Memory Pool Memory Pool Refreshing

10,651 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (696,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,400 211,400 000000000000032993879e057e35b2664d672002887edaf265cc97e875688724 0.20 MB 455 162
211,399 211,399 000000000000042fb05c082938d598e3aeaf5173f7fb28665e60a23c9903bc1b 0.25 MB 563 162
211,398 211,398 00000000000001c4698a40380e95b0a36732205f4c1754f49c5905ce0ffc1315 0.25 MB 638 203
211,397 211,397 00000000000001eecb2ce20a5fdb1b8a9012d8f8c35ee2fb0ef4430e445b1c5a 0.17 MB 194 101
211,396 211,396 00000000000003e188db8c006506a8c28747458196dcacd413f0de197aa16434 0.25 MB 609 198
211,395 211,395 000000000000035b509afaa036c681de7ac0b116e7d5bdf273310b168f400be7 0.00 MB 1 0
211,394 211,394 000000000000028080177c9e08cb663f4cf19d5f2e857f81f78335db8712eb79 0.40 MB 599 106
211,393 211,393 0000000000000064406c1cdf7476e037c0fcaeaf9ab47239fc4de3eb02c0c965 0.05 MB 116 105
211,392 211,392 0000000000000499788531be86094b84978618f48d7b6770cc74159f05ae52ad 0.26 MB 599 183
211,391 211,391 000000000000047ef1d3492ef3320bf1d0f83420fc27e762ef75a989b28750e1 0.25 MB 715 239
211,390 211,390 00000000000004419ee02176039b7fea8f1a9152df30bfc35464853c3ad2b8bc 0.05 MB 137 1,335
211,389 211,389 00000000000002b12f30cc31c40775b10b05834de4b45c5957047c65e6be72d1 0.08 MB 157 147
211,388 211,388 000000000000032989cbdad68078eb041c5c1f1b6ca2765f45113eb2b13a6306 0.11 MB 235 161
211,387 211,387 00000000000001707df79d73a56dd253f9501bb28300c578662be2352c47d686 0.01 MB 32 5
211,386 211,386 00000000000003c39608a6d946364da4ce4c89f9c72234e11d43e2a01ccda49f 0.20 MB 516 198
211,385 211,385 00000000000000abe009f02fdc63168e6d3bfb8d3388007e1c3a11bf336c010f 0.06 MB 133 96
211,384 211,384 00000000000002dab1281879ba28d63575abf3d902392a54907d24b01991cf57 0.16 MB 363 160
211,383 211,383 000000000000015149f2eaa1517b68932c93ba4a8ecee0cb84dce6f59f778f3e 0.25 MB 787 212
211,382 211,382 000000000000047a93d44d20921fa1b253a481b220cff2eb37b4b638df7b5673 0.03 MB 55 111
211,381 211,381 0000000000000366ffde2cb02fe80e1e9b3cc2540ddd473ed7617a6c3cdfd721 0.08 MB 154 136
211,380 211,380 00000000000001a229ebd36218a3999276e852de30f7146b6e9a224c4c8494a2 0.03 MB 69 101
Previous 10 blocks ↓
Total Size: 769.01 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,621.46 GB sent, 92.91 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.