Memory Pool Memory Pool Refreshing

8,617 transactions
3.88 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,119 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (783,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,090 124,090 0000000000004237dc594cd1ee63c800af29358da7054d9e599820799f99b6e1 0.00 MB 11 0
124,089 124,089 00000000000060f183220d9f1f921ba38baa1a30ccd883b173cb04d1ff41f29e 0.00 MB 10 357
124,088 124,088 0000000000001219181c4399926e5086d39775f4a968bb5c032e920e69b4d049 0.00 MB 11 905
124,087 124,087 0000000000003206a6a226c9aaec0c313aa219118e6cb914543b5a0e58875805 0.01 MB 29 2,207
124,086 124,086 0000000000000f08352edca83611aec9d169ce420c5d9b7412555d3eadd9cd67 0.00 MB 5 226
124,085 124,085 0000000000004d0ba0a6da1ce628674d44097f215c6681c8ae2ab4873ed2aa57 0.00 MB 7 669
124,084 124,084 0000000000001cd70bae9b67690bda09aad27edc399f92c339079712b7b2e9c9 0.01 MB 35 569
124,083 124,083 0000000000006238fda67a9636f1ac184d2504495d0c8439ffa12b556f8dccd2 0.00 MB 9 780
124,082 124,082 0000000000002264ea41abcb4a6992423e6dade9440b9b4429cffd402e92fa67 0.01 MB 38 2,930
124,081 124,081 0000000000001556536ecf33fb272f752faa4ac881d0e0a972c430e1cf94aed7 0.00 MB 12 522
124,080 124,080 000000000000382094148386f4ad746aad7122b06c64e87e51d8125e8eae4e5a 0.00 MB 7 338
124,079 124,079 0000000000004c8b75e427585173b03905a490596cb01e66427b67f3adfafb54 0.00 MB 9 1,429
124,078 124,078 0000000000002b4a960a1ede5f1acdc3bc42c58dd7fad281ab06867f5dfe5284 0.00 MB 8 355
124,077 124,077 0000000000003ff4fe54834afb12521590f501b33269b45e4ebf211c2ff1822b 0.00 MB 11 0
124,076 124,076 0000000000001c322ebe89a53dbc174a5a3ac8aab0b39755a82c4a7253cf3238 0.00 MB 11 209
124,075 124,075 000000000000047dab3feed5a085a87cedfb338e169f7e39ebab98581f5ae84b 0.01 MB 20 495
124,074 124,074 0000000000005b74bd295519439a8305932afe321e12ed64be2330058758e9d6 0.01 MB 7 440
124,073 124,073 000000000000388f76c4662cea0519d41dce6b5a05b101735900160902e0ba86 0.00 MB 9 335
124,072 124,072 0000000000001bebe2aa075042333abf3ea628f5ea86241dbd810189a3c43671 0.00 MB 12 0
124,071 124,071 000000000000450d867f151ddb224797123e21e843828a1bc91a0f37e009e939 0.00 MB 10 1,358
124,070 124,070 0000000000000372f1ce94f89702e12e3502ef76fe1fa436bd96a63a1f5c8c73 0.00 MB 10 349
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, 113 incoming
  • Data Transfer: 1,624.96 GB sent, 93.01 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.