Memory Pool Memory Pool Refreshing

8,498 transactions
4.59 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,926 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 3,956 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,925 (827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,098 899,098 00000000000000000001d20eb70f807c9ce2dbcf93526155b5d7f9dffc11de98 1.62 MB 3,695 4
899,097 899,097 0000000000000000000050c4491a2a1075bf6ae7926abb20f0c2f8b21fbf1f02 1.62 MB 3,284 8
899,096 899,096 0000000000000000000160ff4f017897933764f53cd26cb8b4552c92cf75f6f1 1.53 MB 3,532 9
899,095 899,095 00000000000000000001c433f4d8207bb9b520b931a878a9b3344b5d60277cc1 1.52 MB 4,219 9
899,094 899,094 00000000000000000001f25fbb1a802a80eee08d9a0565f246aab1784d704dbb 1.46 MB 4,135 14
899,093 899,093 000000000000000000007be19f2149a772b8582ab532b70709f98ae66ed28e9c 1.38 MB 3,532 26
899,092 899,092 000000000000000000020e83acf54b404afc9591f1c771aa68b55d2c9f16217f 1.35 MB 3,787 25
899,091 899,091 000000000000000000005b26a246ce2adf43e282d0bf5f73eb254daba31a34a8 1.36 MB 1,834 3
899,090 899,090 0000000000000000000211177fbc328ca8a033b520b85e81e2b3186a2b575d19 1.55 MB 2,955 3
899,089 899,089 0000000000000000000142d3d4d6fac8770ec5deedacbe6f9e79e8a0592eb9ec 1.54 MB 2,749 3
899,088 899,088 0000000000000000000137fe208fdd0827e470ac34f5706eacdb0bc8dd3af33c 1.46 MB 2,000 2
899,087 899,087 000000000000000000005f548ba43246a97271d6d3e580a91d457fb31e06681a 1.49 MB 2,730 5
899,086 899,086 00000000000000000000754d974e435a3f9067916e388e0678ee027bda9e0095 1.43 MB 2,211 3
899,085 899,085 00000000000000000002411a4e6f59308cf8c6d3455940150549fb77a422f9d3 1.20 MB 1,284 3
899,084 899,084 00000000000000000000c306188c6a24fe42f040aa2b00fe8ebca42055608563 1.46 MB 2,679 3
899,083 899,083 00000000000000000000931f8f4ae0ce06c063fa7fb003a3379476143cb1ad40 1.39 MB 2,241 3
899,082 899,082 00000000000000000002476d6b8969062b9cdd0855a8acea756e5ba542987e95 1.45 MB 2,331 2
899,081 899,081 00000000000000000000665e87c783f78527623b31fe55240aa66dbb322dd135 1.65 MB 3,172 3
899,080 899,080 000000000000000000015cdb3cd618907506c92255deb711236db27e701193c1 1.56 MB 3,685 5
899,079 899,079 0000000000000000000221f6e1313995351d46642d7680485a2fc040b1f376cc 1.62 MB 4,292 5
899,078 899,078 00000000000000000000f053f05863a178c4aa162c73b2dd104c6e9684d3eae0 1.51 MB 3,599 8
Previous 10 blocks ↓
Total Size: 755.84 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: 545.07 GB sent, 27.62 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.