Memory Pool Memory Pool Refreshing

6,710 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,169 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (233,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
673,962 673,962 00000000000000000006c7d21115dd05b0a2b5ff0047ae7939ced8de7231eee9 2.06 MB 515 16
673,961 673,961 0000000000000000000af72e810a7ec6881bfb609ada5f50c0c5168e3cd43c51 1.44 MB 1,930 50
673,960 673,960 00000000000000000006dcde8afa853bde301b1b29f05c8344f156e2b4ea23c1 1.50 MB 1,445 20
673,959 673,959 00000000000000000007c48e11b45705a465f574bd3a140961fb85bfb25431f9 1.30 MB 2,137 87
673,958 673,958 000000000000000000010561e7e5f184c97d037d5cc3a67bc22ef1f5b5c606a8 1.99 MB 647 22
673,957 673,957 00000000000000000006b0cbd6d9292f7666339b2acd227162da5fcb7489b155 1.40 MB 1,082 30
673,956 673,956 000000000000000000083f0263fec6b9766dde0e398ba916427be4db86c9090b 1.30 MB 1,811 31
673,955 673,955 0000000000000000000ba07d2076506e8f428b61eb2eb28c222b9fa4eadee36e 1.30 MB 1,742 13
673,954 673,954 000000000000000000070fbd35626c995a061da4b63c8f15f97120c85bda6ce7 1.23 MB 1,972 29
673,953 673,953 0000000000000000000a191dd6593cd428af84576cc2698968cc0148c2978250 1.37 MB 2,144 46
673,952 673,952 000000000000000000080c1e9b599e395ef3cfffa3c1d86cf1dc23d2d6745639 1.38 MB 1,419 27
673,951 673,951 00000000000000000009c3b0185acd6acfda8811ade374583c90bb5d774ee856 1.32 MB 2,853 93
673,950 673,950 000000000000000000074ab0cada7711407da6a0ff85e1a41f89a75d49b91b80 1.48 MB 1,608 26
673,949 673,949 00000000000000000004cfe845c98c75c388192fe570fbc4fcc234514bba0ae0 1.28 MB 2,033 23
673,948 673,948 0000000000000000000bcf8ca130ce9ebc43b0e0c78e3a8193af09c255fd347d 1.42 MB 1,767 56
673,947 673,947 000000000000000000077130820f5495ec57f7bf68eb1386f259c3b5f1617b03 1.30 MB 1,662 47
673,946 673,946 000000000000000000083e3d9c283f0be2575f2a233adbdd100d80b0f0d7c139 1.46 MB 1,512 39
673,945 673,945 0000000000000000000c2e8b3d410315c7a7a4a5eda5d96ae1d42253864bcfde 1.41 MB 1,772 40
673,944 673,944 0000000000000000000492c9f8a909d153369b60fb1013dba60ef9b61ea79f4b 1.33 MB 2,667 67
673,943 673,943 000000000000000000009a0955f49d934af9c8f02a5efbd77abfd332cd009011 1.36 MB 2,357 83
673,942 673,942 00000000000000000005ff8690da9a6e34ea5bb227af671095bfc113c6e4bcae 1.53 MB 1,605 51
Previous 10 blocks ↓
Total Size: 768.96 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,615.38 GB sent, 92.63 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.