Memory Pool Memory Pool Refreshing

50,053 transactions
25.70 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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
880,962 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 3,522 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,961 (701,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,180 179,180 000000000000064a6609dabf4649ff96a34a936e12c703ebb961b032dc76bd09 0.05 MB 103 137
179,179 179,179 00000000000002bb8d982eec577d969dea2947c0d8f44bad2d8754ecfd1ae60c 0.00 MB 9 75
179,178 179,178 00000000000003f39172c64cc413ce4982b826d1f67543beac80f505f69eabcd 0.01 MB 18 8
179,177 179,177 00000000000007b3fcad4e8c9a3cb8ab555f643b958d688f4744188387c9d408 0.06 MB 110 111
179,176 179,176 00000000000003c03d37a610a1623f6c36b2f92126718c526aa5f83df39e1ea8 0.04 MB 111 315
179,175 179,175 0000000000000aaac754c19b9fa8720012fb2d04bb134cf07924ee08f27f6336 0.03 MB 66 93
179,174 179,174 0000000000000633fd51568e71cc5b407098133c746894d07c3a574f8783dfbe 0.04 MB 133 206
179,173 179,173 00000000000002e93117fdd03db7ccf6e1227c480c45dcd994fb8aade8b0cc23 0.00 MB 10 83
179,172 179,172 000000000000018314bf0cfa7b5e0aca832fbd45ec3ce2d8dfc05607d812345a 0.03 MB 62 121
179,171 179,171 00000000000004a2e42bda9d0e118db5222909d3bc46886f96426f4ea4d21801 0.03 MB 120 8
179,170 179,170 0000000000000a33509ba15c3949821268df50edbef1a129a5f200f634f9ca52 0.03 MB 63 175
179,169 179,169 000000000000042af43774a906ead114d4f6603766fefafb0317459c994b6020 0.08 MB 179 106
179,168 179,168 0000000000000004a5632e1183a032ebb8771c1b62e6c44c5be4b4143c56c70d 0.04 MB 115 104
179,167 179,167 000000000000095d5e5f0e8ecbeb2839169ca52e2d6cae81ee383de379a8c5aa 0.08 MB 168 107
179,166 179,166 00000000000008840c093952da423d48b444b8df531d0c80cc71407374f6419b 0.01 MB 48 34
179,165 179,165 000000000000018f6a0d59ddeaa297ef240369f2be920a62060f4ac20bc6931c 0.00 MB 14 48
179,164 179,164 00000000000009d3982a1f8a41a0a5c0840c0c31bcd0ea7a6754e6fa93116aae 0.01 MB 25 153
179,163 179,163 0000000000000aab379249664397006434b35de1a0a7fd5effa57de5aeba8d7b 0.05 MB 121 169
179,162 179,162 000000000000035cc0ae25d3fcadb867f3bbb1c1d2cc8fe8039cf387d555f0ca 0.05 MB 93 132
179,161 179,161 00000000000007ceb8ab7f71a4e8077f98022eca200edd410807c7c80fda3801 0.02 MB 14 29
179,160 179,160 00000000000006652fbe3c42183aa7db9d9496f7950e462acb9e91beba7e4dd8 0.00 MB 7 17
Previous 10 blocks ↓
Total Size: 720.27 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,914.43 GB sent, 66.20 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.