Memory Pool Memory Pool Refreshing

1,160 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
904,478 0000000000000000000268160000000000000000000000000000000000000000 0.38 vMB 1,142 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,477 (899,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,097 5,097 00000000a31782e3a3bb3ff479cf345eb827b72a65462fb5cbadc9147a09e840 0.00 MB 1 0
5,096 5,096 000000008cdc52b3a942de8939ac5b23d7d4ebc8cffe3e57aefc0b1abd22da59 0.00 MB 1 0
5,095 5,095 00000000c53755573f641113a404aad6f3766d6f7925eef27ded88a22f52dae8 0.00 MB 1 0
5,094 5,094 000000000b907129f8d5d8619f38d09318549494964ffc1f1a687340dbbbf866 0.00 MB 1 0
5,093 5,093 00000000823171d43b172810bd2ad643dd093f229251e2e64fe6c477ff556340 0.00 MB 1 0
5,092 5,092 000000001d13d4bf1518d2afdc48decee30efe8a476ac5ae76c7b597ddef95d7 0.00 MB 1 0
5,091 5,091 00000000e8c1ad1efa24df1abf75d90246f71ede2731f5bbc277b007fbd0d8ac 0.00 MB 1 0
5,090 5,090 00000000ed25b34ed7c71c613b92d7ce43e912993fdf506dbdf81bf759f9a362 0.00 MB 1 0
5,089 5,089 000000006aa8473ec129d0d46edbdbeb8f9f1c05835080372918b2c2c54ffb80 0.00 MB 1 0
5,088 5,088 000000000b06eccdae6229a5386160f8e3896e4fa8b6d2cb3e8a445115a693d2 0.00 MB 1 0
5,087 5,087 000000003a470f36740bbfe1e35696cf6093a3551638ddb8df4d4de45016276f 0.00 MB 1 0
5,086 5,086 000000006679495ce21cd5962ebdeedca2dd15e76145a1a3182ab282842b0b83 0.00 MB 1 0
5,085 5,085 00000000140e7c8288bfab47c59d714ddb74280c3ba74afac649ebb9ba253252 0.00 MB 1 0
5,084 5,084 00000000dc2953ccf1233a13f4e139e52bdfb500d53cf65a5f7498ed8161fed1 0.00 MB 1 0
5,083 5,083 00000000db884a1624191f86c836671aae80346a5bd3ec4eb88885650f9f88ec 0.00 MB 1 0
5,082 5,082 00000000f49df538620cb75473634b4e867ecf88d7e49ace3cfad1590784a2ac 0.00 MB 1 0
5,081 5,081 00000000290ed9f54dcdfe3e56eafee77c9d9d73fc117d323ba8a4f2f25c174d 0.00 MB 1 0
5,080 5,080 00000000b2a8a9fb671be4ea3e7d06acc927289aca57de843abceb67c9e7947e 0.00 MB 1 0
5,079 5,079 00000000734ab21f150418f24e54223ca0ee470a8472137931eb586b79a0c9ca 0.00 MB 1 0
5,078 5,078 00000000138212fdb5ad5c0d5be7962d7c76df0ae360473f2f81837e89014b78 0.00 MB 1 0
5,077 5,077 0000000093a83868382518d92909290f14d977f700acc6a55142aefdc1a5739d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 763.31 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,065.15 GB sent, 62.85 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.