Memory Pool Memory Pool Refreshing

1,441 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,417 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (80,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
827,576 827,576 0000000000000000000357a3757add24a6c10b5d6850d07aa92b1bbef1af3a77 1.77 MB 2,304 29
827,575 827,575 000000000000000000017fc101295ae36dee2249be9ea800ed4c5187993f212c 1.86 MB 2,460 31
827,574 827,574 000000000000000000037b51fe54651a947e4cb701a4abf73773cecdf67b39f1 1.83 MB 2,397 31
827,573 827,573 000000000000000000022399f6a9b4a661ca34bb8a7b82be54d3b0fc9d38b0b3 1.65 MB 2,228 33
827,572 827,572 000000000000000000005dba3fc2960adc5e85386ec3594466cb110b70f867b3 1.05 MB 365 24
827,571 827,571 00000000000000000000518f12d9db0c0edcf9f4576e74d4d35268629905de24 1.25 MB 926 24
827,570 827,570 00000000000000000000107da66116d618a8dd6d840c4d28b4ef4be4e883896a 1.91 MB 536 24
827,569 827,569 00000000000000000002c7edfa7e0b396484695a5c3dcc8b090e551ed0d24a60 2.00 MB 3,923 26
827,568 827,568 000000000000000000030b725ae0a3fe66910c50cba4aa740b8e16a6558b4277 1.64 MB 3,814 32
827,567 827,567 00000000000000000000fc27bfea679a3b590e58f80ad562a4cb489bcbcb0fd4 1.58 MB 2,481 36
827,566 827,566 00000000000000000000475ed0bc81999b7b4f284ce13c04d2300f7c04fce7dc 1.84 MB 4,615 28
827,565 827,565 00000000000000000000a415e6d730056e38e7e2b3b31042043e7983390a8db6 2.05 MB 5,628 26
827,564 827,564 000000000000000000020f883fd73a4293dbba85e4021a739d07d54484c6935f 1.62 MB 3,865 30
827,563 827,563 0000000000000000000093e84bd237bbf1ec63f5c419759031a916047eabb190 1.73 MB 4,038 30
827,562 827,562 0000000000000000000212c4a8cff6357fd465883fbd501b9734b5d8791de492 1.91 MB 4,065 31
827,561 827,561 000000000000000000016100e2e1902f8104a0a63c76b18889815d543cc0a3d0 1.65 MB 3,315 31
827,560 827,560 0000000000000000000014a83aae739d1b8a2c0cfd8180527a2d9caf2f2ed81a 2.07 MB 1,383 25
827,559 827,559 00000000000000000001684111df30c488a8ee4dfdfdd9cd74e4bbd367077a6c 1.72 MB 2,048 31
827,558 827,558 00000000000000000001f8c64fa52bda00cff6b600f9c53c546bb1e3a976d81a 2.10 MB 4,332 27
827,557 827,557 0000000000000000000234be6ce6b4dfb100a4711fa94144cbf432b271cd46f6 1.68 MB 3,532 33
827,556 827,556 000000000000000000024d6cf3fe70ab543a104705edbd7209f9ae51424e4560 2.19 MB 3,739 27
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.