Memory Pool Memory Pool Refreshing

6,807 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
908,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,061 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (814,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,699 94,699 000000000003db082db14d14bc19871142c92c7e4a632e67a4ec3f4a9be7b0ee 0.00 MB 1 0
94,698 94,698 00000000000371560f434764433adbb55fe3241d1fc9aa53d8944a4484a31ff9 0.00 MB 1 0
94,697 94,697 000000000002fcbf9f0f82e2f5ebc700c5b1e2cd40c4fdfac9f42453ca96abf5 0.00 MB 2 0
94,696 94,696 000000000008f41a9aa81770b68e26adb16b5c4ca9f281e6b285429773c81397 0.00 MB 1 0
94,695 94,695 00000000000949bb2ce6310245a5001337b9e13f7f42f261ff523e546010840c 0.00 MB 1 0
94,694 94,694 00000000000499e6f015ce5422771adc3cdcaccb6f091f49319c79852df717cb 0.00 MB 1 0
94,693 94,693 000000000007962c58bbc2f3ff8e46feb1b085668f83ab144ec112d1afd2fba2 0.00 MB 2 0
94,692 94,692 000000000003862f160b9ee38f41ebab7aa0493ca5f656cbd3d4eaee9cf8d409 0.00 MB 1 0
94,691 94,691 000000000003c0785145d7b18dc2b2096849d713b1a3072fe13916bebe1f74ff 0.00 MB 1 0
94,690 94,690 00000000000606516f6140feb751126893a9ebfbbfde168b975697ad94af34b9 0.00 MB 1 0
94,689 94,689 0000000000073751d5ff6bbd4f9f740cb634bf81024a2069fd4861f6e08bdb16 0.00 MB 1 0
94,688 94,688 0000000000047df8b4f53f5c177674d5a4995329f1698265418befa02f61d46e 0.00 MB 1 0
94,687 94,687 00000000000964ef2f28ec1ed64d34399c1b11cf4e93ca13d500add0e7ef624b 0.00 MB 2 0
94,686 94,686 0000000000002d79e8f55ba51c5f00fe4f5217925b3469c908ad711f7e95d6f9 0.00 MB 1 0
94,685 94,685 0000000000097aa1d86586aecdc58050d80b21f4e21896bbd5db8c8d5a067785 0.00 MB 1 0
94,684 94,684 0000000000013ecee78b621a4d8cc1894d16c45225aa2b1af3010ae57d012133 0.00 MB 2 0
94,683 94,683 0000000000047633e8372ab2b2847ddd5dbe53c9d20ce8646fb198e18060a2c8 0.00 MB 3 0
94,682 94,682 0000000000046fde4ef93debe55435d5a1f9581e1a89d657d86504df601cef15 0.00 MB 3 0
94,681 94,681 0000000000005ff402ba17285a6b7571f88d217c77b310cfc5cffa378ea59f91 0.00 MB 1 0
94,680 94,680 000000000000951a1178e4b739b1961b5636138d5d47f827d642e4e0bac48da4 0.00 MB 2 0
94,679 94,679 00000000000103f1767f23aaabe893681aca99d835243e2121b3ce7749b9a17b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.45 GB sent, 101.99 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.