Memory Pool Memory Pool Refreshing

17,995 transactions
5.80 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (561,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,806 345,806 0000000000000000070850014069d0e40bbec7c1e56e45d6773cceccb32efa95 0.75 MB 1,613 29
345,805 345,805 00000000000000000eb68f2659e83f8122128b8151a85d3543fcd6257eb615d9 0.19 MB 206 17
345,804 345,804 00000000000000001512b742289ab59fdfe71bfac5106deaa864369268c38264 0.31 MB 498 22
345,803 345,803 0000000000000000175d92e89240a40bc14c015b335541c6e247d51e763811d8 0.59 MB 483 12
345,802 345,802 00000000000000000405fa0e5b95e862e041a32082991a2f82c322a5a82f0d16 0.75 MB 1,154 22
345,801 345,801 0000000000000000056a1ce74455be04f1e0ab825237ca74b0c215c305a6826d 0.27 MB 1,024 55
345,800 345,800 000000000000000006cdcfea43c7fb7c3de75367a0133393acee5407f1a127f9 0.33 MB 498 22
345,799 345,799 000000000000000000efa102c69c2868249200c5a3299e98f497fdce403dd368 0.30 MB 585 27
345,798 345,798 0000000000000000157a7e4c78df8a5a9f2968bb4365209633a72105a06a4ae5 0.56 MB 890 25
345,797 345,797 000000000000000007942dc5d7c5303f893d9f5d0d159cc60db93d372ef3ac24 0.15 MB 203 18
345,796 345,796 00000000000000001096b03faaed49f6aec018fcc3f23e33ddec0e863661a090 0.23 MB 366 20
345,795 345,795 0000000000000000107c1ccf6085275528e421882e5ce81ced0250525e2717b5 0.16 MB 292 24
345,794 345,794 000000000000000011c44dee8c180cd002a87a3606dd68ad0fd009349f4d4a66 0.38 MB 650 22
345,793 345,793 00000000000000000205edf49938a35430a1feb9276bf0e5fb4b26031f91b393 0.07 MB 64 15
345,792 345,792 00000000000000000d4c00183a9eef494956440dc9fb3fed1f3860bcba3a6f51 0.25 MB 449 23
345,791 345,791 00000000000000000598ad5c0c31611899495ff78ff1076d6c867ff78cd615ad 0.44 MB 603 17
345,790 345,790 0000000000000000061adb106613973f7eeafc26417b2cec85e4262a657358b2 0.64 MB 1,041 26
345,789 345,789 000000000000000012c7bffdfa87a4657626295d68627525ae6ceb3c65bb109a 0.90 MB 1,310 24
345,788 345,788 00000000000000000cc17ccca210569af92b672d2665aa13f9f34b018f2df864 0.17 MB 255 23
345,787 345,787 00000000000000000a339d503ae592c92d8d031c38b141c5cc0a03f791c1f40d 0.02 MB 64 20
345,786 345,786 000000000000000001520a95b46263a70257a93bb81bc1824e9edf4f47bb59ee 0.14 MB 182 16
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,624.27 GB sent, 92.99 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.