Memory Pool Memory Pool Refreshing

561 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,887 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 554 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,886 (695,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,533 212,533 0000000000000380cd7852171365846fdd35d6af4613e0307cdb01e0b071d6bb 0.01 MB 19 134
212,532 212,532 000000000000049f1124cdcdd7520ccff7ccd44bb4115666deaa96c41297be9c 0.10 MB 237 187
212,531 212,531 00000000000002f72cf68e7edb1441d462052453a5878bf117dbd6d0fb06dae2 0.08 MB 169 299
212,530 212,530 000000000000021e541c93c9291e079d7f8ecff8fab3ff163548a0f00c658ad9 0.12 MB 166 123
212,529 212,529 000000000000026a2f1414adda6dcf595119641a51465abeae44228f1af8749e 0.13 MB 176 103
212,528 212,528 00000000000001102880520f48e2853dbe2272a2c787ba2c64eb14f792314eba 0.25 MB 609 215
212,527 212,527 00000000000002111058f52bd351758d3d4a079b1a30e7a755339be4dd0eec2c 0.21 MB 493 184
212,526 212,526 000000000000034436d13727fad0517721aa6f2eace410669fc66e8b60f4883e 0.20 MB 444 144
212,525 212,525 00000000000004456a329a3993d272a76ddf72322433b053151020be10b026e5 0.00 MB 11 187
212,524 212,524 000000000000011280b630749a72e233fe57e1ecb7dc2dbdebcf112375fb54c0 0.25 MB 823 243
212,523 212,523 00000000000004b12d657457b8a0238c20cc8d53c628558bcee923b63a1a3c93 0.03 MB 66 80
212,522 212,522 00000000000004c6cf42b1de6d2c7eae30c2871a54998efc79e9f1b9a29d8a20 0.13 MB 247 139
212,521 212,521 00000000000004d25a3b31930b700d86aba18ad8f7bd9b006567c4a20bc6ce17 0.12 MB 204 137
212,520 212,520 00000000000004aaff5d54a05b5fba050c9db4ec4a5801a2f66ad6f80179da82 0.25 MB 618 170
212,519 212,519 00000000000000e391edd34365adbe0795139fc5b87ea04ba3c563e75ab7d6e8 0.25 MB 666 181
212,518 212,518 00000000000003ca738ac18bf9d3a41537d9b4cd067bf1863845f11678160678 0.28 MB 658 362
212,517 212,517 00000000000004487bc797daf722dbf9cd185d659796d352eed0623b9f4503e2 0.02 MB 44 127
212,516 212,516 00000000000004b5abdd69e069cf49f4b3ab6e44f91ea3bffcb72b0c9181e05c 0.11 MB 268 142
212,515 212,515 00000000000004032bc2d6f4f9c1443cfc0d5a3c580ef0633bc05fca671c843c 0.15 MB 310 137
212,514 212,514 000000000000002caccd710a2cac3381ef658ce4043c75ac25664a6553b0130f 0.00 MB 15 14
212,513 212,513 0000000000000078e7885824d63e8513860905608f5e2c66414051df26c6cc00 0.25 MB 635 199
Previous 10 blocks ↓
Total Size: 769.33 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,643.15 GB sent, 94.60 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.