Memory Pool Memory Pool Refreshing

2,724 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,524 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (190,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
717,788 717,788 00000000000000000004853d19be29a38867a981f5565b4885b8143aa0cdf68a 1.68 MB 2,184 3
717,787 717,787 00000000000000000004efbb4d0dffc55f1d910b313ea1d2f3491eb224109326 1.50 MB 3,147 11
717,786 717,786 00000000000000000003398b6e462de302b6d180139bd09f7a85566c433e886b 1.25 MB 1,004 7
717,785 717,785 0000000000000000000899e231c5523de39e46855b1289477ffa5c20ea754fb0 1.49 MB 2,837 16
717,784 717,784 0000000000000000000ac5a210b3ff406664a43f11371ac143978adc079773a8 1.51 MB 3,118 7
717,783 717,783 0000000000000000000a03cf3f8d93590623216a066354c5b30e4fdf47de766c 1.42 MB 2,711 18
717,782 717,782 00000000000000000004c38b93bf2f3b0c8c512da90ea258ac4ca1b575ed765f 1.34 MB 2,174 10
717,781 717,781 000000000000000000065e78fa664c4819bb691bec616219c7fe808a0807f685 0.63 MB 620 10
717,780 717,780 00000000000000000006d03ec1167fafe6401d9e10ad7121f305d1cda7443cfb 0.38 MB 821 9
717,779 717,779 0000000000000000000b8a2acca9c009883e889aa181a7f9f38f1b8c2bec59f1 0.02 MB 46 8
717,778 717,778 000000000000000000037300573eeb5a6618daa8dffb075e0fd4097034223c76 0.43 MB 836 9
717,777 717,777 000000000000000000052b3558670391271e50a79ceeac2bb7d69e8cee2e44af 0.15 MB 151 9
717,776 717,776 000000000000000000051ebb6e1059678d53e04c2e9e5273d5034247c86ec742 1.16 MB 1,874 7
717,775 717,775 00000000000000000001ab3e269bf1895675b841e9afc5a3129586c1ffe0fb5e 1.53 MB 2,645 10
717,774 717,774 000000000000000000063d16066cfe451c1b5d4bda7f4a17231403e59c4376ce 0.13 MB 319 11
717,773 717,773 00000000000000000001f2ca89c3323bdf4df4af7e23b11c755cb968f5dbc7eb 1.67 MB 1,655 2
717,772 717,772 0000000000000000000ad66709faf3f3edbd19be0e0d932fbaf26db923434e1b 1.54 MB 2,139 9
717,771 717,771 00000000000000000007da3f7f45b9ac06bcfb824ba6e9d796a001ca8242c4ba 1.69 MB 1,516 5
717,770 717,770 0000000000000000000188d5d63928f8c99b9cf894df0ead03f3d52be5807f72 1.20 MB 679 6
717,769 717,769 0000000000000000000981cac12f234da982ce26da3450467861fa15d255d492 1.42 MB 2,277 14
717,768 717,768 000000000000000000016c50ce7821c53475276e02e078a922d9bd1ab0db7456 1.48 MB 3,025 11
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.