Memory Pool Memory Pool Refreshing

1,291 transactions
25.27 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,311 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,039 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (901,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,261 7,261 0000000060cc74f4ba38719e12725436b9006d02500ac5d79136c8fcf6f8cd9b 0.00 MB 1 0
7,260 7,260 00000000d206578bb06e7de703603d9fe23e4480e68aea9d4f26fc0dcc555b32 0.00 MB 1 0
7,259 7,259 0000000093743ded074ee9414c4bd9faca89149f0b35325286de4c9111d2755e 0.00 MB 1 0
7,258 7,258 000000001904fbf0b1dd2d14c1bb713d5a7f7ae2fc921a516e8f2f4dff592437 0.00 MB 1 0
7,257 7,257 0000000073313ad7936a139e97851b826f778737c572919ea5deba76eacdc41b 0.00 MB 1 0
7,256 7,256 0000000056db6a4454e23ac6b37e36d355c3b767b7e16711e5680fa47cd67056 0.00 MB 1 0
7,255 7,255 00000000e57e1c8c92419233b40961ccf47186e71559194b2791aa53cb169265 0.00 MB 1 0
7,254 7,254 000000005a9b4befdee466381a59554c16d6692b5f11769b1c95c904bb053fcb 0.00 MB 1 0
7,253 7,253 00000000b844e1330daf4385c53f65e68c489b39bb67319146e35726fa0c2ba1 0.00 MB 1 0
7,252 7,252 00000000d76f4237f6eb76539aba91a03113a91c9eae2eaf302c3dc01248165b 0.00 MB 1 0
7,251 7,251 000000001cf82724a71aa902376b610e59d1cf7e62e126a03cd4987dcb30fada 0.00 MB 1 0
7,250 7,250 000000000702c9148edf6d12eed46b9171ae8da4820399465efc021166179ed3 0.00 MB 1 0
7,249 7,249 00000000e62c067cfa3571b2cd4ee383567acc81778cc53254b65ddd9af389db 0.00 MB 1 0
7,248 7,248 0000000096f13b2ee9bbe260592ba8dd75a279d8e593f30e094bd22b4bc6ca9b 0.00 MB 1 0
7,247 7,247 00000000666ca3c27c61dbbaefa666520c7e6088cc44f096322442dc022facdc 0.00 MB 1 0
7,246 7,246 000000002623fb8fa89b4ca0e34f3cb26e584156ba50d124192b72c64ad5350a 0.00 MB 1 0
7,245 7,245 00000000efdf1ea08bc304437b79a143047c3823d9adda9fdf1ec73bd203a58e 0.00 MB 1 0
7,244 7,244 000000001adc58a873b9a09168da4f123222553bb6c2b0ae0ab32108a7ec863c 0.00 MB 1 0
7,243 7,243 00000000d42cb1712710823a6673ae59100b89fa2a63b00d82622954e607dd06 0.00 MB 1 0
7,242 7,242 000000000cce01e2809bc75a5e5ab1cd7ffe29b096e39ccdd6dc413009f90cdd 0.00 MB 1 0
7,241 7,241 00000000c3882d892a7c8a51e4069b096a645c82dabe7f48c8275faa5f369a2f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.14 GB sent, 98.59 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.