Memory Pool Memory Pool Refreshing

501 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 475 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (697,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,632 210,632 000000000000015f3cff9079aa1d66f47415ae8bbe5fff91a401da9acca9a50e 0.14 MB 146 62
210,631 210,631 00000000000004df074b090b7f47006556631376d3934d42cbb9b1f2a7d0547a 0.03 MB 59 148
210,630 210,630 00000000000004d961561abf12eb61f0e5abbac4028bb8a86e85d2b28722abf2 0.12 MB 260 162
210,629 210,629 00000000000000a05c3c3406b7cb882c08f39c85db5e53180d278c2a617826a4 0.12 MB 283 289
210,628 210,628 00000000000003af1065a3d7b10bf04d79b1f0cae309368c5382581d9322754d 0.12 MB 269 177
210,627 210,627 0000000000000024cfb29479042bc405cdb100e130285800e9119d9d30daaa74 0.00 MB 9 151
210,626 210,626 0000000000000172a7f57cddd27cf33650f06b085de6204f82992c8ba354a0fb 0.13 MB 209 138
210,625 210,625 00000000000004af483799e698acf3dd123fedf9ee0409bdceab4dc6d676f38b 0.09 MB 195 140
210,624 210,624 000000000000013667b36de5fab1cddf42d20744295bfbd7873794af92f85a34 0.16 MB 343 168
210,623 210,623 00000000000000b1460d9bede3dbec82143135ba13bd7c83ba3bd12e7b279d71 0.16 MB 139 103
210,622 210,622 000000000000042c2b2bc5cde9c49c252c4e38e4ea44ea54ea762cef40a7e0ad 0.01 MB 39 55
210,621 210,621 00000000000004916e1b4e9ad317e701d5088c510231d91a0d139ebef2d22eaa 0.01 MB 38 8
210,620 210,620 00000000000001baa67c11309a27d312a9d5328af624573f7063bcd6ef252f64 0.12 MB 277 147
210,619 210,619 000000000000049f3241e0d3c20bf21a939a87bc17509dc12adbdd33c8387524 0.07 MB 75 86
210,618 210,618 0000000000000038592ecfddf28873165fa708eb72820c03423a7e53fb6dcd96 0.00 MB 10 5
210,617 210,617 0000000000000287cf54cf7d958ff9a126ebbd519389185051c5fe1eadd0c7e7 0.20 MB 463 205
210,616 210,616 00000000000002fff7a4133370fea927d10b4599c1c348b1fa97f3d8a6faf82c 0.00 MB 12 153
210,615 210,615 0000000000000072f3bc3f16e3a404d45adf0ff8de6e4c7367ec829a0664c6b9 0.05 MB 147 96
210,614 210,614 000000000000007c6b145f540fe009c0ec616295dca3f68486390c4c2999d16c 0.03 MB 42 255
210,613 210,613 00000000000000ba5b1f819ac5361e577847f432d0d66d9a99c4c1e5c47b84c6 0.03 MB 62 23
210,612 210,612 00000000000002952ab920c7bd50d1339fad502035ef10bccb3fb6bee9bbf090 0.13 MB 264 197
Previous 10 blocks ↓
Total Size: 769.28 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.50 GB sent, 94.30 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.