Memory Pool Memory Pool Refreshing

5,472 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,046 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (686,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,444 221,444 0000000000000206310a5e141e10de2288ae8eee121d0b0ceee8d99482a0bac8 0.12 MB 286 175
221,443 221,443 0000000000000208b5ed764cb055c536661a13f07f627dceec27553280773a22 0.14 MB 306 173
221,442 221,442 0000000000000332bdd2633442084d9c3ea0cbedaf39a486d1110373c8a7c7fe 0.11 MB 245 213
221,441 221,441 0000000000000267d5152fe28908eb92eb53ceae83cfa1df6efca6ddba25f767 0.02 MB 53 128
221,440 221,440 00000000000002beac55b8c5a56cfdd135b025919c8d199a9ad49193ea4fca48 0.05 MB 79 141
221,439 221,439 000000000000013f0e34ec11215a3f396180c82756ce22511384166c3265438a 0.10 MB 214 186
221,438 221,438 000000000000027c59c5e78574b8740eb3afa7d8a52afb059f9e6963ba7279a7 0.00 MB 10 89
221,437 221,437 000000000000004ed656b2163b1f7d4775ac6557e488d5a1d14b1137a6d73176 0.03 MB 62 155
221,436 221,436 00000000000003c91b8f28bbad7cda7880eb5bf6ff74c6950d028c65cb942c9b 0.15 MB 345 186
221,435 221,435 0000000000000194d3a2834aaba8d8eb7f8989ce3f67cefe52b9ed62a3977a79 0.04 MB 73 18
221,434 221,434 0000000000000461ccf87573790a537930e2efa8664869443359ff957ce8412b 0.22 MB 462 159
221,433 221,433 000000000000013512da45422c30e9270f545a058a87f8361c62d3a4fc09031a 0.12 MB 108 93
221,432 221,432 000000000000035ba42190e380ccad8538bd65a0aec0246a648bdc57be86f87e 0.20 MB 513 182
221,431 221,431 000000000000030c653b3b062f45a6eb4ceb54aa28c2e1c0c867cfaf5f22f1c4 0.22 MB 517 198
221,430 221,430 000000000000042d3ac89d0d6ea2b2d367a1571e3bada7f29047a38656d51c1d 0.05 MB 115 99
221,429 221,429 0000000000000284a3278db5200e8b26287f73fbf77701c56a0e6fb50a35d417 0.23 MB 616 224
221,428 221,428 0000000000000143a8c28a8df21fb339d4b5c88d318c1d8d1cfeeebec9b83274 0.14 MB 179 57
221,427 221,427 00000000000001ca227aed5811ad75974e4508e4b549c463147e43a903f50dbb 0.20 MB 502 212
221,426 221,426 000000000000014af62fe06f111feb6c21cd6ceb08de6654aae885d7afe7bea2 0.23 MB 522 173
221,425 221,425 00000000000004db14ff233c9102aad3bf05e7b306e50d7366f56e3d792de53a 0.17 MB 317 111
221,424 221,424 000000000000018b4ee5c917a392438036dbd95db56bacb1f6485d78f022e252 0.25 MB 608 188
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.