Memory Pool Memory Pool Refreshing

4,165 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (668,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,283 239,283 00000000000000ae0285797b44250336d1a2ac533312c1a6263b1dbc22dde7b2 0.25 MB 659 224
239,282 239,282 0000000000000157775849b3352c323fa7ad4aa2773a4a764df4226c27598a13 0.03 MB 56 40
239,281 239,281 000000000000003767647fa60d826ae86265ae6969fd75ea3f956ca364fd091e 0.19 MB 439 179
239,280 239,280 000000000000010fa453daf40d6ddfb620bf3afa3b5ce454188bc9ce93dc9d98 0.11 MB 215 137
239,279 239,279 00000000000000b818c7618087504cbae9a91c95077e6ac90993489bfc58ddad 0.10 MB 202 138
239,278 239,278 00000000000000cbe05207220e503cb6a8d6b3e57f1ac27e8fe9530c1b5febb8 0.25 MB 530 183
239,277 239,277 000000000000000f24912767cb2f34a53fa8a4ec4946277a077efe9ad5ef3a6e 0.15 MB 195 82
239,276 239,276 00000000000000646340f18a5217b0cb571a1ae2c650b195324008e9a6196d80 0.25 MB 582 199
239,275 239,275 0000000000000079259e5e83c6dd6d0f18413d0c27aa1a2648b104d909741fb0 0.10 MB 201 124
239,274 239,274 000000000000013d4dc78d7fc3811abf6eede792ad54680ad637c1798c77da24 0.00 MB 1 0
239,273 239,273 00000000000000097a220eeeb8ef792df10ba88c437fca559e724a732c019a8c 0.25 MB 679 204
239,272 239,272 0000000000000063b9bc12b25fe53080ef63ff34f7cb7cf00481d2fcbdc31909 0.19 MB 389 183
239,271 239,271 0000000000000053c285aa01256b0e39e169da88eae23e4b2c9b16325dfb5e9a 0.14 MB 176 103
239,270 239,270 000000000000002110f866b951c0c3cb3fbbc88b08d18bb5693f1c621538ba3d 0.25 MB 516 170
239,269 239,269 000000000000000f681fd6ad95b96a9fd251653bf3d656750224b71ec73e1942 0.15 MB 249 181
239,268 239,268 00000000000000144f23af4632e898a10e668335e40b5ac339ffbb6642461327 0.25 MB 667 262
239,267 239,267 00000000000000e91be3af2cbdf81aef23a922da83c9823a029ba252c8dc5972 0.08 MB 188 155
239,266 239,266 00000000000000f529897d09d4f9e3a240f3ee7a92a4a9f306316caaff5e26dc 0.08 MB 159 161
239,265 239,265 00000000000000183e16f1cb4a1ee9702c3088dd81d32e3ab39ad67ef090202c 0.01 MB 33 202
239,264 239,264 000000000000000ceae04f6080e936ebd8ac346578d940b9f509525a7b5dd743 0.10 MB 209 166
239,263 239,263 00000000000000c77e2f845716f8d50f0cc3ca683dfc3f77d64814fec9b0f46d 0.10 MB 208 163
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.