Memory Pool Memory Pool Refreshing

2,115 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,110 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (69,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,680 838,680 0000000000000000000253765b8607b89129c2623bab57aae341a1f983d242fd 1.70 MB 4,002 48
838,679 838,679 00000000000000000000544259042b05867a5a75daf8c720994fbf568f75d5f9 1.72 MB 3,972 48
838,678 838,678 00000000000000000000700d10380d8c61d01291d1af10804344f3fba9d1e19a 1.62 MB 4,050 31
838,677 838,677 00000000000000000000e4958b97f46d67bc9d44c80403da0378974cec2fea2c 1.56 MB 3,053 42
838,676 838,676 000000000000000000000788ba18725b5570c5ffc313383a427382408fe5be9a 1.65 MB 3,244 69
838,675 838,675 000000000000000000032a7be6437b63b7627a443346e6f49df107503a0fb4ea 1.56 MB 4,434 34
838,674 838,674 00000000000000000001008c9291bae82a0d115e3d694b63ecacb3854e349935 1.58 MB 3,549 43
838,673 838,673 00000000000000000000eda31411589d708ae50b342aa9d7cf491137a9213e27 1.51 MB 2,985 48
838,672 838,672 00000000000000000002be69fc9b9b503c09f1fec5be87139632e455ce03b582 1.69 MB 3,423 44
838,671 838,671 00000000000000000000f1f9ba983d913507155f79d3f95e5deedcf9085be0b8 1.55 MB 2,699 61
838,670 838,670 00000000000000000000cb2e2007f9add4d4cc03fc24a5d13e3c0e7134873b7b 1.58 MB 3,499 53
838,669 838,669 00000000000000000000df4d63949ca41cdeb71fb3c90160f8ef962f251251a0 1.61 MB 3,228 56
838,668 838,668 0000000000000000000170745e46527c148084ef3f68b11c97166c87d95e2c26 1.56 MB 3,053 51
838,667 838,667 0000000000000000000200ce749062f9b8e736e378b9a686b51afd3bd2b73178 1.55 MB 3,204 74
838,666 838,666 00000000000000000000292221329b754631dad5e4c473f0d698a2da09487128 1.67 MB 3,517 52
838,665 838,665 00000000000000000000a4f5fa61d1feb9929577685fbb3234c59ced6791b11e 1.65 MB 3,416 52
838,664 838,664 00000000000000000000f89d622e509ec2aface56c605162c9a48522dc64b521 1.51 MB 2,558 53
838,663 838,663 00000000000000000000efe3bb7577e627e1334b80467a02ba0a8d55655ffe6e 1.56 MB 2,895 67
838,662 838,662 00000000000000000000484b15bad309c774df307602fcd2cb5f4f01f156158d 1.58 MB 2,978 74
838,661 838,661 00000000000000000000dbd87e0649d816a2238aebdd4effc381ecb720159e97 1.66 MB 3,592 52
838,660 838,660 00000000000000000001b4a27d758e9ee175700d37179aca3b7fc999aef4f3df 1.62 MB 3,386 58
Previous 10 blocks ↓
Total Size: 769.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,629.17 GB sent, 93.41 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.