Memory Pool Memory Pool Refreshing

1,777 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.53 vMB 1,764 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (902,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,362 6,362 00000000c6f922e9348292a92f734e07a905e00da502772962d7458f3c2378d3 0.00 MB 1 0
6,361 6,361 000000001ffa94bdac5facdc01272d7b1dbcc95ec8deb80deb4a8dbcb17ffb28 0.00 MB 1 0
6,360 6,360 00000000bdac76ae889c00504676e02c8be25af4a92539ac2641bb7e32014ddf 0.00 MB 1 0
6,359 6,359 000000002476471a1189d9a7ba2b3754c9cdffa56349c07fee98393bcf6dff10 0.00 MB 1 0
6,358 6,358 00000000578c7f5de49b1e67a0f0a98f36cd206c4ae8bec82edbe04960e316c4 0.00 MB 1 0
6,357 6,357 000000007721a546464c7708aa9257e62bae773ba89583442dd5ba2f8162b9d8 0.00 MB 1 0
6,356 6,356 0000000044b220178a823e636b1350c16318b6bb86761acd926994986c036cc6 0.00 MB 1 0
6,355 6,355 00000000b06b148c98d937cd4ef4dcf0aac695a60ca50472746979b59862d038 0.00 MB 1 0
6,354 6,354 0000000019609f139be32f2e339a6864af9cf0e259bde27e193fa90d333e2e9c 0.00 MB 1 0
6,353 6,353 000000005763adc8fedd2c39384fee4d016cb843f129ac6256d90a95a0ed1b7f 0.00 MB 1 0
6,352 6,352 000000006af63aee2f43a15fd4fb7976da0be07ed90e0fa4feab5763a039eef4 0.00 MB 1 0
6,351 6,351 00000000a8bdd379ebecfbd4b8a14d03ba76db5addf4274eaa427a84932883bd 0.00 MB 1 0
6,350 6,350 000000006468ac6f353b6619057b3be1e44029731272ea2cf3e6bb7427f226ce 0.00 MB 1 0
6,349 6,349 000000007c6befb84efe7266c7cd2573f1452573f7d397578b7b67198bb0cbbc 0.00 MB 1 0
6,348 6,348 00000000709ec29ec2dc71813775b703420a9778dac292d48d28756d7ecdd60f 0.00 MB 1 0
6,347 6,347 000000000d01f01bdf97b4cb90133fc9f2e20a61e1cd62a43101f5fdfd88eb11 0.00 MB 1 0
6,346 6,346 000000009a6420e6e84a56b9e6c56b15aa3836d168f254bbfb05a0ce6599cc45 0.00 MB 1 0
6,345 6,345 00000000999f159b0f6ae26078f331d5d20aa65b17ab58b8b41422885eaf4b25 0.00 MB 1 0
6,344 6,344 000000001e6107da5e086b101e8af5e8f68cb0f5d267c15d66358c6b9ad27af6 0.00 MB 1 0
6,343 6,343 000000001c53155b3f5a9e3d7a9abdd9f73a6d7a244ef5891fba5ca0953fb03e 0.00 MB 2 0
6,342 6,342 00000000dc13311431d8a8019d731ea5d6b7a6dab21412fb37b28e8d494cb892 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.88 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.