Memory Pool Memory Pool Refreshing

938 transactions
13.96 vMB
Show Random Selection Loading Transactions
Max Size: 56/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,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 550 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (808,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,149 100,149 00000000000444214ac72682e61676aa514b79284dc81c4b2adfcd7bcf159cdc 0.00 MB 1 0
100,148 100,148 000000000000a397e9cf36f2ad740d2e2716e919e1e814108359a233033f95a3 0.00 MB 1 0
100,147 100,147 00000000000410a6c098bbce6aa4ce29f50de2ead8f890e2644b01419b2135f6 0.00 MB 3 0
100,146 100,146 000000000001ab40d6f7f4b80303a0aba7ea14b7d97cc6b78c5e2dcfe4c53f46 0.00 MB 1 0
100,145 100,145 00000000000453e8a704c150386c60d4f4e0327cbbfaa9e98406d7ba25bec7df 0.00 MB 2 0
100,144 100,144 000000000000c0c2a43574e5cad5c8a72be457222223f3ea3863c529dba60d2f 0.00 MB 1 0
100,143 100,143 0000000000015dbe2c7f3f12e0a2eab594e789326fc580d4c75f9940b507b263 0.00 MB 1 0
100,142 100,142 000000000001fb05da2ee0393887569ddf6608cc4245e70ada047dde5f0f346f 0.00 MB 2 0
100,141 100,141 000000000001b11ce4cfd9d2ad9c986af27b002e933d9fc472d081772b463efd 0.00 MB 3 1,945
100,140 100,140 000000000004040620d4be93ed1afa9b5a486b2da2409402c19ce7f33d89b8a7 0.00 MB 2 0
100,139 100,139 0000000000028fe0590d4d3004cba232559693f40de542226e147c5f5936719c 0.00 MB 2 0
100,138 100,138 000000000002d5b35b15444c9088b5ab94a9d7464be9e3bc0d0c6fcd126f115c 0.00 MB 6 0
100,137 100,137 0000000000019f5e5a6a1f1e159f153316b62f883174c8e14858f34c2db1cb31 0.00 MB 2 0
100,136 100,136 00000000000379d8a9eca03a6c48dfcd18cf7bab73cc34e8478de89ca274db84 0.00 MB 4 0
100,135 100,135 000000000001b14d90138984c3a1f9d25931c53bb8d6faa336f182cd9eaa7e86 0.00 MB 1 0
100,134 100,134 00000000000119c5ef473533ba9d73837c3220e5b45159fa8bc8125c5999e373 0.00 MB 3 0
100,133 100,133 0000000000006c6c437c9ad5db4b28ee3d353187b45d08cd6640134ca9387116 0.00 MB 5 0
100,132 100,132 0000000000013521e7c1c7654dc65621510a3cff02287d636abc8741c4bdff4c 0.00 MB 1 0
100,131 100,131 000000000004592c114ed28ebbeb7728e85ff87c6e2c272dcde78c316aea777c 0.00 MB 1 0
100,130 100,130 000000000001404895d384bc70d37c796c0440948b8792090db3bc2734135f73 0.00 MB 1 0
100,129 100,129 000000000003b6e4351f1e5defa669b69701a8e1ff311e45d817c110c6658037 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.39 GB sent, 98.49 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.