Memory Pool Memory Pool Refreshing

10,210 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,300 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (688,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,425 219,425 00000000000002f1bbf9e75bbd1d1370191960e07caa4bf61f19b90d60584376 0.04 MB 64 44
219,424 219,424 00000000000000f4e3844eda10145f3f516d57d4d77e48c9762f5a3656759972 0.13 MB 259 133
219,423 219,423 000000000000008b2ad9e89595722b651e9ab31a729ea573c7f1b567ef77f029 0.27 MB 364 133
219,422 219,422 0000000000000408b4ffdd66ddc4b71faee7b434249bb6c84551f3022390d701 0.25 MB 558 171
219,421 219,421 000000000000031258bd78fcb7324726a559af2c6c829cd815d9406a07089724 0.00 MB 4 0
219,420 219,420 000000000000006a0be4005b426d476cf3517e431388323a38ef6b0037417b24 0.26 MB 490 162
219,419 219,419 00000000000000cdf9df8d8d682d2f217ee576ae7f9daff60c165d2c62ae03bf 0.20 MB 398 149
219,418 219,418 00000000000001ff3729a7b49dfa7035f7ef47262a47cc04a13b8edf18140692 0.13 MB 185 119
219,417 219,417 0000000000000270a96c533d6bc4af6ce0c0b221da4380f7d8032e77eb5f6022 0.25 MB 608 183
219,416 219,416 00000000000000966c2cbff4d84c7154fbeb7d4785e9d82375d1479c5ff73d11 0.05 MB 112 114
219,415 219,415 00000000000003f259222366a35e543482dcb3fadfc77725c149e61b92f49168 0.18 MB 416 151
219,414 219,414 000000000000002e89a674a6201f41b1bbdab931e602317ce700a093e1a6317f 0.00 MB 10 36
219,413 219,413 0000000000000369cc1c858d151b0ba8fbc56b734501d374f83e58f3ab2127fe 0.25 MB 478 135
219,412 219,412 000000000000016bffbd773d9e0a8658b64b83670708ee9cfab71db6b97e3374 0.25 MB 754 255
219,411 219,411 00000000000004441626d9a3970277046352d6a824b6ad6ed77fc0ed8d15b5be 0.21 MB 424 164
219,410 219,410 00000000000004006673768058dc2407985f5f84a9ff6a18b11a067b975cb8fb 0.02 MB 35 136
219,409 219,409 00000000000001e1680d6c9810e459d4784f52ee50a6702b58fe07df8cc628d8 0.19 MB 426 176
219,408 219,408 000000000000010af72eb501b59a89d800371fbdbf6e61299d603b9c660590ae 0.14 MB 322 168
219,407 219,407 0000000000000519a7d54d4ebf4b5db040e5563f903a6e84ab621d5f4b2d3fec 0.20 MB 538 199
219,406 219,406 00000000000002ec24185d4e8070a9a77459d148074dcc02fa0aab0a152029f7 0.05 MB 102 158
219,405 219,405 00000000000000449ebe067e1bfe5b75a3968548a879147e0edf40764fe0ca29 0.02 MB 35 112
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.13 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.