Memory Pool Memory Pool Refreshing

3,326 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 3,286 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (83,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,665 824,665 0000000000000000000162ce2492545600d6e6780ee22bf464166a4faa28ba28 1.61 MB 3,056 80
824,664 824,664 00000000000000000002fcd93d9080980bbec640a8ade8beb821f293deafcf0d 1.62 MB 2,590 54
824,663 824,663 000000000000000000035e28c338534829e7f4ef3932cdfe663ddd4be36682d9 1.67 MB 2,961 69
824,662 824,662 00000000000000000002f03c8e91d5e8e74f692b3f17614f015f0b25d3320180 1.66 MB 2,706 61
824,661 824,661 00000000000000000001c5e2e4a0609aa9bd183cbd1e851748f26fb39be69c92 1.68 MB 2,648 57
824,660 824,660 00000000000000000002d51a1bc4c77d8e746822273617aa87773689edd98665 1.58 MB 3,165 119
824,659 824,659 00000000000000000001dc145fceb4ab0cd5f49ce544dbbe10229e3067af53de 1.58 MB 1,474 44
824,658 824,658 0000000000000000000197e84dd4bafb4ec136b8fd4a16450415d25bfa719199 1.08 MB 714 35
824,657 824,657 00000000000000000001abe81983af2284f36db54b91d7095553c0359142631a 1.70 MB 2,702 37
824,656 824,656 00000000000000000001e9bd30f3fa5078b8fd36384b54e04b0c48de29e03593 1.56 MB 3,075 77
824,655 824,655 000000000000000000003f90b521b49ebab42dc686893fa7c069e40d29d08464 1.60 MB 3,160 53
824,654 824,654 0000000000000000000396ea0fc36c3775d516a210d3fccaba77e0cb555b2923 1.53 MB 2,524 57
824,653 824,653 00000000000000000000e15067694174df688b5689f7b0447e2038db94aa4767 1.57 MB 2,818 80
824,652 824,652 0000000000000000000025f6cfc5d7fcffbd42a06510992d95e90e6dd4b773c6 1.55 MB 3,074 89
824,651 824,651 000000000000000000013363cc1ba97021a4464e802ba925fbd5c0a17ada6cb0 1.69 MB 2,807 58
824,650 824,650 000000000000000000038e938fd0096b5450f7dbfc22edb916fdef339f82b44e 1.87 MB 1,358 42
824,649 824,649 000000000000000000015c132538d853642c92271b593c8664b9d7d06b1fe34c 1.71 MB 2,761 53
824,648 824,648 00000000000000000002160ba62585ad8a34ae359ff68a5322bf1ff0d37732df 1.85 MB 1,919 39
824,647 824,647 0000000000000000000279a23113d0d676e4c7f7cbfa589ba9e6a6d3020ff467 1.68 MB 3,639 66
824,646 824,646 00000000000000000001cb8c48d11c57382f57023e6e1ce8c3a923dc15cea1c8 1.70 MB 3,266 65
824,645 824,645 0000000000000000000063d1781c34e6eaf4e4294e8e27b0b4cae7bab12dc953 2.16 MB 2,918 41
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.