Memory Pool Memory Pool Refreshing

8,185 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,133 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (753,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,654 154,654 000000000000057efe08374193a71cce5b8d283387f3beac8c7a90ae1888c324 0.02 MB 27 272
154,653 154,653 00000000000009aad3ce87b5d4b2a3f4a545aa8b0068d31003764e9646d95fb9 0.01 MB 3 111
154,652 154,652 00000000000003e3dffd12cb6d6f2ae8fa4cbc12c1d8f4693f0475efe7f12520 0.01 MB 23 23
154,651 154,651 00000000000002e7c78141b6b5fd47a92ac1a7a1ea7021bfa7f34184912485dc 0.04 MB 104 139
154,650 154,650 000000000000066cb34fb35fe2922a9ac43bbc24061bd9fee91497cf7230f6e3 0.01 MB 11 2,159
154,649 154,649 0000000000000d23edf6558a1ad74d7fd8544aaa3587618cfb72f3bf685acd79 0.00 MB 2 0
154,648 154,648 00000000000005011da30b5592a4648106337185d41e3a3e11c8fdfe86c39f8f 0.00 MB 11 41
154,647 154,647 00000000000007313af6390619ae888d3f13809b16c7b527f456fb4cdaa2ffe2 0.02 MB 54 0
154,646 154,646 00000000000002599a7e5044e5547d65485cc1cb00589ab3d9b6b289219abeaa 0.01 MB 20 0
154,645 154,645 0000000000000ad487647c2b533ab28958979463fa5226616d60c4066bce1186 0.01 MB 21 28
154,644 154,644 000000000000066b8f0ea29c21b5588b2569d16e1d936457388d835345173218 0.06 MB 82 274
154,643 154,643 00000000000005371c3b8365cf4e9638a5cd7cb832ccc6c5e84b5501963e2e6b 0.01 MB 27 260
154,642 154,642 0000000000000e0f4f44a1181382879dc130bfe2afe3109cc57c2f32ed2706d3 0.04 MB 3 0
154,641 154,641 000000000000086edacfdd180d953f987c2333fd04ce9b021a759f0db84de334 0.00 MB 2 62
154,640 154,640 00000000000002d0097940d1edd76cd7405b051bd5b1f9697106f4ebed140f78 0.00 MB 7 0
154,639 154,639 00000000000000ea6dcb727af194f68b80d1498bf2280ce7223ac0e1f57bd77d 0.01 MB 30 232
154,638 154,638 0000000000000334530500b327f20d078f19e30f41b5ba3f51335216a8a15ad0 0.05 MB 135 64
154,637 154,637 0000000000000bac2a92ab27407fa344c8750f341b0e971e565d16a459c6d618 0.05 MB 109 135
154,636 154,636 00000000000003ed4fb9c5c6723598910283ebc2329dd0bfee7f69d01a5e4a47 0.02 MB 17 250
154,635 154,635 0000000000000177ef075f290a4e02288ebcbaa576ac88870c9e782773a3a1b9 0.03 MB 73 2
154,634 154,634 0000000000000695b61a0ae040e7d12ab39d230b156c0784df11faf1d7783ab7 0.05 MB 104 0
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.41 GB sent, 93.03 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.