Memory Pool Memory Pool Refreshing

6,692 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,225 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (252,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,476 655,476 000000000000000000078eb67794bb342143d6efe7d1626bd9d00a67b8fae1cc 1.55 MB 1,226 40
655,475 655,475 000000000000000000035db9f307626c4600b4a21966388633e85930c2457087 1.36 MB 2,196 130
655,474 655,474 0000000000000000000d42b9f0576ba1d81b378a3e995f92e21e7154dc40242c 1.27 MB 1,942 203
655,473 655,473 0000000000000000000632b79b5cd70d4f6d87d54302aa56f5251ad49c327f39 1.18 MB 1,554 216
655,472 655,472 0000000000000000000c5721349d25b37bfb90bcb9a0a77df697c3b296e2b187 1.17 MB 1,152 240
655,471 655,471 00000000000000000005c46f6f6d862e1e7a604872bff71790b191f3957872e3 1.06 MB 631 299
655,470 655,470 00000000000000000001497faf4f826d751f1dc0cfb3e336c3fd5e03d0a5c993 1.35 MB 1,922 142
655,469 655,469 0000000000000000000410c79efc05e65605f8cfe61b73735b2c2ea29b8b893e 1.46 MB 1,509 86
655,468 655,468 0000000000000000000d776831341b3b2138f48cd22ac5179ef912cc84e35bdb 1.36 MB 1,912 156
655,467 655,467 00000000000000000005069f94459f151608fa13e8f54e261dafe8852f58f7fb 1.37 MB 1,680 70
655,466 655,466 000000000000000000016a3f2d6b68ecdf193f881bd1ba6d7b8253d07d5b3ef7 1.34 MB 2,025 129
655,465 655,465 0000000000000000000325452a13c64b36906059b286b86aedbc40843abd2177 1.22 MB 1,841 17
655,464 655,464 000000000000000000063e6362bbefc958f940749cf8cd5b87da137798eaabd6 1.37 MB 1,394 25
655,463 655,463 000000000000000000059738a57ae9120d342e32f06ca6d1908abc41f7818efb 1.42 MB 1,835 140
655,462 655,462 000000000000000000050663f09b2df4c6ea4bcb92d88631fab64163ca7b4b60 1.42 MB 1,520 124
655,461 655,461 000000000000000000020d634caf50c6fd7f5ebcf00b04c567f036db0966a8cc 1.46 MB 1,439 86
655,460 655,460 0000000000000000000a1aa83c3a2d40145dcaafa79b25aa2d9959134f3235a7 1.59 MB 779 43
655,459 655,459 0000000000000000000fe70ccf22c2675dad6f34512adee79c9c8e61f1014f87 1.64 MB 801 57
655,458 655,458 0000000000000000000ba3947d8cb452c65037fd5a4581a69f737d5fd68b7770 1.28 MB 1,420 86
655,457 655,457 00000000000000000002731ad7fc50626cac094a5e66fd43c4fdf5a910f863c0 1.12 MB 2,005 31
655,456 655,456 000000000000000000064f4283c6f63ade6ca2459b31d37fc84090fca831bf5a 1.24 MB 2,437 19
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.92 GB sent, 93.05 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.