Memory Pool Memory Pool Refreshing

14,665 transactions
6.85 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,629 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 3,993 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,628 (744,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,931 156,931 0000000000000d1764f98f9e4ba0cfbd539ecff093580d2ef772a622bedbae2a 0.00 MB 5 73
156,930 156,930 00000000000000052eb80c96c45e6dc8438dee80ff561df249db9b0d15af0d65 0.02 MB 79 63
156,929 156,929 0000000000000d54e3fc4221f31ec29a9b1849d2368eb9378a4b753d7c994991 0.01 MB 33 170
156,928 156,928 0000000000000b48223a1e1cad8ad17c3cfabcc71a1c83e37cb242d610a960cd 0.01 MB 28 129
156,927 156,927 0000000000000e9dfad4308424c48283f918e4dc27f603d27612181d7771c073 0.00 MB 7 28
156,926 156,926 00000000000002f4b6dd0b303dba935b68d3eef74ab291b612fc68c04d7df1dc 0.01 MB 25 159
156,925 156,925 00000000000003d08dccbe9851458b990e5eaeaf7d921ec06c68f1a757edbbaa 0.00 MB 7 187
156,924 156,924 00000000000009beeb01236a3391e2bf2f2f1cbc4b725b6559013b964ae451e7 0.02 MB 30 108
156,923 156,923 0000000000000050f017f2094e3aded79021129efb9d0ef7d8c196c85b078062 0.00 MB 1 0
156,922 156,922 0000000000000c21691121ed2234771fc26f2e703472d9e86ab68d99cc54944e 0.02 MB 9 49
156,921 156,921 0000000000000c090800f3012a6c71dcff9125cc3984a4b89be20984ee06bb7d 0.00 MB 10 66
156,920 156,920 0000000000000db10f58dfe3de16d7eceb912ba70dc39aca9d13f0e198969cba 0.00 MB 20 90
156,919 156,919 0000000000000a95e2894f159e5723709eca446322b5edce1b3ad717f1cc5fd9 0.04 MB 109 25
156,918 156,918 0000000000000102e3772620142bbe1cab39cdd870125da99565dcbabe6e6fea 0.05 MB 111 2
156,917 156,917 000000000000022d20298df5ae7582e990df28d039af949a174a72016f5df45d 0.00 MB 15 44
156,916 156,916 00000000000005bb23bd7197d6cffd82a79ca9042995ef0e52b4521f44b233ac 0.00 MB 12 16
156,915 156,915 00000000000008f2520b57a34845fc1878903b7ca6e8d8819220adf80d8c4e44 0.01 MB 18 0
156,914 156,914 0000000000000068f905a8644ef7e3527a6597098cd51600849a56fcf20b5464 0.03 MB 66 60
156,913 156,913 00000000000000dee2bfea87086ed06b995ec9f79531960140669bbca19cc959 0.01 MB 23 48
156,912 156,912 00000000000005e8e4e04ed6b0ffc762988d86eb0e485ba08613231a7479f515 0.00 MB 12 494
156,911 156,911 0000000000000b6e57f9f77f6d023d0fcf504b6d3e6b89a62edb505d0dac4e87 0.01 MB 48 150
Previous 10 blocks ↓
Total Size: 758.54 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: 744.30 GB sent, 39.64 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.