Memory Pool Memory Pool Refreshing

14,034 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,305 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (776,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,088 131,088 00000000000012112cccd058c55a7414a75dcad6816fd2cff0c4bf67202fc586 0.11 MB 167 347
131,087 131,087 0000000000000ca9850e2b770320a713a874aede08238c8ae56b2f2eef5430bc 0.01 MB 30 1,023
131,086 131,086 00000000000003c3675eb1b8937c91b0569f60f11fad4ce430dafca83746d3a1 0.01 MB 8 1,387
131,085 131,085 0000000000000bd9b666ff2edf988f1a685668b08e970bf2b6fc81b014e2fd62 0.05 MB 97 535
131,084 131,084 00000000000012fa38f5b8ea67d09fc74ce38786d1fac9cc1c323900e84f32c9 0.03 MB 100 1,016
131,083 131,083 00000000000002725a220cf391ef3caa598fe8e54c84fab95e1e09bb3bc8cba7 0.05 MB 167 70
131,082 131,082 000000000000046026457aad1ec9a23c4a4cc2e99dbdefd81cc267dd34796142 0.04 MB 69 1,207
131,081 131,081 000000000000040046addc5efb8dd68dabe44777293d31feac24b8cbd2fd8ad1 0.00 MB 11 1,256
131,080 131,080 0000000000000373757d00917d86a5819a4950fd235a8a303f2052d23c9d339a 0.01 MB 11 520
131,079 131,079 0000000000000cafdf2f3430377af58955cd4c0dba2ececdb2a96e2d19ee5191 0.05 MB 101 754
131,078 131,078 000000000000092cb4542794b6400585f97bdb6bd7dabeeb4ef6b00a85b356f1 0.04 MB 113 206
131,077 131,077 00000000000005132fb73babfde655f4cf77b089875612260914bd8e43c5d216 0.05 MB 120 873
131,076 131,076 00000000000012460437d3d9e1ff2ac05aa937609107dc56b5bc007f2763051d 0.03 MB 79 370
131,075 131,075 0000000000000a8eb8348cd0f30fd8081cc0f5d3cdbb6965e15e613f38f2e143 0.05 MB 172 218
131,074 131,074 0000000000000c40d480a08fa26964de8e4f9e1ad80ee44d46680afda36b1aff 0.05 MB 107 272
131,073 131,073 0000000000000b99edab2fcadb4404a44cdf400e6099ee80ea668149d7fc9fd8 0.04 MB 85 1,182
131,072 131,072 000000000000007498317b322cce063c1ff4c55ab139df145d548cb859580d40 0.02 MB 27 498
131,071 131,071 00000000000006757e9c3343511a352e61767cce1b5a408cd72e3589b44d7284 0.01 MB 22 817
131,070 131,070 0000000000000517828927a416c6a64dbe5e9098ac6e735f0cb948b346ccbd37 0.01 MB 13 848
131,069 131,069 0000000000000b7a2feafcd35eb10757b8243f035c1dfe9f1479ab24327b6b3b 0.02 MB 32 1,307
131,068 131,068 00000000000005c3b4047a25270ca07da6393316eceff731c49fd7cb22d9d84d 0.05 MB 174 33
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.