Memory Pool Memory Pool Refreshing

3,779 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,329 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (56,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,398 851,398 00000000000000000002b97545e337314ba3078f1f4b708730de6a88b96ce5db 1.57 MB 4,018 12
851,397 851,397 0000000000000000000203ba6bbdfa2f4b6a8177f3a2705ee5b221a8e0f21586 1.55 MB 4,610 8
851,396 851,396 000000000000000000025dd4be35e3cb46f9d729bbd9f5dd700ba9947213693c 1.59 MB 7,066 5
851,395 851,395 0000000000000000000071aa501393ea98113e977b36d232caad5bcf6885ef9a 1.42 MB 3,183 8
851,394 851,394 000000000000000000028f21852669825b1581a358a110180eaf8b0d8457efe1 1.51 MB 2,411 11
851,393 851,393 000000000000000000000736d429fcddbc1442f181aa9b9844fa4ab6d7c079a9 1.54 MB 6,880 6
851,392 851,392 00000000000000000002cac2eb26f15d46d89446c04c8cf978a8be0c518400e6 1.54 MB 7,063 5
851,391 851,391 000000000000000000002ac06cd86fdd18bbced2a74262ac6288d96653c2b12d 1.55 MB 6,426 6
851,390 851,390 00000000000000000001d25b18226f1e76ee64b8ce93bf790661c353445a924f 1.63 MB 7,590 5
851,389 851,389 000000000000000000007b6c4d508f43ad06c87b4f09f120375eba9bf109c270 1.69 MB 7,088 6
851,388 851,388 000000000000000000027201c2b430a87b4e94864194385fde901e160985bae4 1.58 MB 7,307 5
851,387 851,387 00000000000000000000574efb98fc9163e4c69af4e700dd814c059c3dcf2309 1.52 MB 5,493 8
851,386 851,386 000000000000000000012c8653675c4e0a80812b082c51edf19b6c440efbfaf2 1.67 MB 6,782 5
851,385 851,385 00000000000000000001c6cd1089d1c4ea2940715c91b16ef26bbc6966a9b90d 1.64 MB 5,819 8
851,384 851,384 000000000000000000006caa19e95a6523defbb98a7cb3e9b8157e827ec81f36 1.57 MB 3,915 9
851,383 851,383 00000000000000000003335d30da6e9fd00364c1a5a8cf4cb9595274cee90b9b 1.64 MB 6,469 6
851,382 851,382 000000000000000000004660674a84e211c22777be19c44f72210b22e026affb 1.60 MB 7,645 5
851,381 851,381 00000000000000000000a33d28e8c498d0f223b20c07758e8dc6a76e9587cbe2 1.57 MB 4,335 9
851,380 851,380 0000000000000000000197c3630adb8fba9224f89c81888e80d557f4397fcf2a 1.52 MB 2,291 9
851,379 851,379 00000000000000000000976a1aec4aafa847c9aa0bc75678b9c22d76b557e1b3 1.76 MB 4,550 6
851,378 851,378 000000000000000000026bb9d703eeaaeb50d1e2a9d6abc49d27d9ee5667e242 1.74 MB 2,313 8
Previous 10 blocks ↓
Total Size: 769.38 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,644.25 GB sent, 94.87 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.