Memory Pool Memory Pool Refreshing

13,437 transactions
4.77 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,009 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (582,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,132 325,132 000000000000000002b8bbd911ea9e489f378ef73179f4f06ce8fabd4f7a5f54 0.07 MB 103 26
325,131 325,131 00000000000000000b09b63321aa4815cc589bd116c9d6762c3be33f8abc632c 0.08 MB 132 25
325,130 325,130 000000000000000017a73f28acb2018c3376220cca7dbad2a0eb61b3c37c94bd 0.08 MB 171 28
325,129 325,129 00000000000000000fbee5161e091a668eb8903485f129ca636bc65b75bdeec6 0.31 MB 690 32
325,128 325,128 000000000000000007ea0a8cbfe57c2437960f4cf793d99790395ed994c70e5e 0.49 MB 801 44
325,127 325,127 00000000000000000ee5e2835705598f8c54d5fef237de644911db1157c7f804 0.34 MB 593 25
325,126 325,126 00000000000000000f095e0d480bba4b799cf68d075621b227775c388f3f0d5f 0.06 MB 34 3
325,125 325,125 00000000000000001237d055f73448225668a30184315c6b658e5021efc2bbca 0.37 MB 413 21
325,124 325,124 000000000000000000b027c9f9e2b9ff3eafb2994021ba34b1c216523e23a445 0.35 MB 694 30
325,123 325,123 00000000000000001d5f0c4510d705fcb7151d498cc103969778673e52aac083 0.03 MB 32 59
325,122 325,122 00000000000000001f413db2a9ce8ffaeba67ee967ef6a309a0cdbd07df17030 0.16 MB 116 13
325,121 325,121 00000000000000000a7a4296f92919503d474a6f2804807cb636df0384766341 0.44 MB 159 10
325,120 325,120 0000000000000000197a4723f65a3e10f84ad8ada18e61c82b7ebf110b450589 0.90 MB 1,836 34
325,119 325,119 000000000000000001dc19d50f38a2b7b7dd815baece56ef8d1189338cc95df0 0.75 MB 1,378 31
325,118 325,118 00000000000000000dded5252ba7f13796e1506616a46c502465abdcc8c627d1 0.16 MB 334 28
325,117 325,117 0000000000000000189c6d563e2db5b8cc615b9cd870d765163d84c1c05be1c4 0.19 MB 132 12
325,116 325,116 00000000000000000ee1f0607b863eba410924db896deafb42d5326522958aad 0.49 MB 213 11
325,115 325,115 000000000000000019b4a4226d5577d57bd26b107620087b76b7fed580e786aa 0.50 MB 541 21
325,114 325,114 00000000000000000ebdc900a083478a64ec247a05fd043704ff55c5a484566b 0.90 MB 1,573 28
325,113 325,113 000000000000000001a477d0a595d54fd6d70cc7456818fc9a3c62b6cce1a41e 0.16 MB 512 44
325,112 325,112 0000000000000000190d6cde83b981cf4e1071c1ee9a29346570c1fcde6af9d7 0.02 MB 37 25
Previous 10 blocks ↓
Total Size: 769.02 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,624.72 GB sent, 93.00 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.