Memory Pool Memory Pool Refreshing

5,708 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (606,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,237 301,237 00000000000000000c49c71006ead3f0d8080056d8f033899f057b2094074b9e 0.02 MB 48 28
301,236 301,236 00000000000000005c4675faf0abf5dd1d9701fd821e450ad8407e25c1b32cab 0.10 MB 198 30
301,235 301,235 00000000000000005798209aa8a13adb8c0dab8c9ba6b82f699d74128f9d94de 0.01 MB 17 27
301,234 301,234 00000000000000006c423831e96dd00c53ab5ccc3816c1636e40d3a98a256ba6 0.15 MB 184 23
301,233 301,233 000000000000000013a1f2563286fa05205688e1a75b3d5b2b79d4cc51880bd4 0.50 MB 970 31
301,232 301,232 000000000000000076be59f083429fa9c287eecae59726a95aeeb83a54d3af66 0.02 MB 36 27
301,231 301,231 000000000000000061478a4a8fb845f2893b6a0d68b49caaae8076b02ccea66c 0.10 MB 186 26
301,230 301,230 0000000000000000548b00b4a89eab181189a9e991a6e03a4ff041f8a9a9cc19 0.15 MB 237 25
301,229 301,229 00000000000000002c195d584a472539d9f410a7c019baae7516d2be71f34cf1 0.06 MB 96 26
301,228 301,228 0000000000000000261f7f75d96cb9f5349791e297a5576d6a210e7f786f4b2c 0.21 MB 323 65
301,227 301,227 00000000000000000a89291b73841606d753844582a1ebfa365d5f559489d565 0.03 MB 56 34
301,226 301,226 00000000000000007858f271bec046fe32a5bc5566c261ba6d66a3385aef2088 0.03 MB 47 28
301,225 301,225 00000000000000006904ec1344fcc16595c5140f9eba5cbc4fe609f2b6016a44 0.11 MB 182 31
301,224 301,224 00000000000000006cb362531fcb57c166b7d3f27f6cd1c0ce3b7f440ebb7d32 0.18 MB 402 31
301,223 301,223 00000000000000003a5b6a7cd25725b0f82188c3d25e47febae8a41da0905437 0.06 MB 103 27
301,222 301,222 00000000000000003f0fdd6eb40db71759b0cd4a1e7d867c6078afb57744a648 0.06 MB 144 33
301,221 301,221 00000000000000004c5b6af277ab7262dad04e85aa860eb72ac747d1aefc4ff8 0.25 MB 481 31
301,220 301,220 000000000000000000d205f3e60ff8cb1afee0d8649d9846f4447486662a1a8c 0.26 MB 513 33
301,219 301,219 00000000000000000a67d52352a0601e039faf5cf41ef304e190bde83a07dc3d 0.11 MB 214 22
301,218 301,218 0000000000000000470fa0694ea52d5e3cabdbc6de9739740798f774350a0a6f 0.44 MB 889 33
301,217 301,217 00000000000000002bf431c65593e68eb806bbd446e6f7d058a75cc2b03e888a 0.01 MB 18 57
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,626.29 GB sent, 93.06 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.