Memory Pool Memory Pool Refreshing

326 transactions
0.10 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
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (826,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,349 82,349 00000000002d2077b71a30348fd10caafd7faf2dafd390229c1a4e459d9b416a 0.00 MB 1 0
82,348 82,348 000000000014289c973bb0adc16ab8d7847d41f367f10d22136e23ae0791d240 0.00 MB 3 0
82,347 82,347 00000000000da11316dc6d6d10b36ade81ee49cf07b4a4776e727ca91aef0be0 0.00 MB 1 0
82,346 82,346 0000000000357767e310387796a1ae6c475d46dd5d7eb22c298f027879b4e045 0.00 MB 2 0
82,345 82,345 00000000000c76f97366df3ec9a28f19098fc3e79f319e9482fc26ff582953e7 0.00 MB 1 0
82,344 82,344 00000000001677a432e9d252af5291be5a4f22e93e08ae318b2e694577dd2737 0.00 MB 2 0
82,343 82,343 000000000033890ef42c110f17108f1a8a53b25bd1c168a56c096186f33be930 0.00 MB 2 0
82,342 82,342 00000000003c5be85f76a6249a1cbbde593f3a635e8576f09e402bfca1adebbd 0.00 MB 1 0
82,341 82,341 00000000003b0c76cf4fb782ebb8038b337c25474be794b917ac804c65a10c1c 0.00 MB 3 0
82,340 82,340 000000000005bb365e4a60b70c305665cb5c1cfb1e9f2c6e9111fbdecd2c01c9 0.00 MB 1 0
82,339 82,339 0000000000384330843e75986af08aec36811e4c9e641466663fcc9a24e96c7b 0.00 MB 6 0
82,338 82,338 0000000000241fcc5900aeb88e165ca53b7b90f69eb366967f3cb544fada0196 0.00 MB 4 0
82,337 82,337 0000000000029c2898fa25e8f0037c83221a74ecb87200e0e07167a8e3fc16ea 0.00 MB 2 0
82,336 82,336 0000000000420f067ef0124f15e80c2f8c6066296fd56bcb918f3e12212ff5c3 0.00 MB 8 0
82,335 82,335 0000000000088f0ece302b656ead799ad11e7f8572a16571045e1413a8498975 0.00 MB 10 0
82,334 82,334 0000000000405ef47c50c2ea882ed36833ee087bad4c17d8d533717dd9bfecce 0.00 MB 4 0
82,333 82,333 0000000000356fe81aeddee512cbc03c2fb802c7084c2e5d6254596a3dc6ae3e 0.00 MB 4 0
82,332 82,332 00000000000cf0653e71280c3c3d913434d27d9c501db51b51b94d17fcb3ef0f 0.00 MB 3 0
82,331 82,331 0000000000265c81a54eadcd5c7f5e403e350ea4124bdd16f3cd7452be3c0d79 0.00 MB 7 0
82,330 82,330 0000000000279a40214b352ede3888c2e42686445e63762967dd91361d1df4aa 0.00 MB 17 0
82,329 82,329 00000000003d3bf5bc95774df3cdc19545e0ed5b1e70f6d0baa111353d620466 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.