Memory Pool Memory Pool Refreshing

3,593 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,853 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,708 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (741,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,693 166,693 0000000000000844635b97ba55c886e09cc4c5d262a38a3c222a8be74c7eb3c5 0.04 MB 119 87
166,692 166,692 00000000000001efbe1454ad702e2d6212435b0d1ee0b6444b07791378ea8d7f 0.01 MB 16 19
166,691 166,691 00000000000007da19f2d89caa3d523217779d8467b23b12ffa175ef49253e56 0.04 MB 97 139
166,690 166,690 0000000000000a1a23e6204c69616c934a419bd0aa05d49e2bf78a23e2701c9d 0.01 MB 27 121
166,689 166,689 00000000000003366cf57e44c0f96ea6ced4879fcc02c83870e2781ee9ded3a1 0.05 MB 159 181
166,688 166,688 000000000000052782357811121b0af08f9ded7c36ba670814cd40a960d80892 0.05 MB 97 64
166,687 166,687 0000000000000bfa558c4c9f1c08cef8b88165c09aa0676b0c7d32fd2d0b4a19 0.05 MB 88 158
166,686 166,686 000000000000066fc051d8db88d5c4b843735b73546d21b34fd3f1c7d5fe466b 0.03 MB 74 102
166,685 166,685 0000000000000b38d2804a4498bf3773e25687469710e126237509c4f12a9b81 0.04 MB 41 233
166,684 166,684 000000000000028792dcbf65b8a7c1ccbc747b948050716a55f8c9b145938653 0.05 MB 113 82
166,683 166,683 00000000000007b8a26af1ba6de50a6ad01dfe82e6a6369a8b62c387263d615d 0.03 MB 64 83
166,682 166,682 00000000000005db775d7c3063c045fe70465af5844729f7042657679cce4e41 0.03 MB 71 153
166,681 166,681 0000000000000b4a9840b5a9c8484e37ecc38cd3ba9f816380f7b7256d2f9cf5 0.05 MB 115 140
166,680 166,680 000000000000026817164883d057c3f795c689126d973d6c1445e68d7328e813 0.06 MB 136 200
166,679 166,679 00000000000007c59ed90b6c85a14d9bbcf4c827e16c6b5eb47e21e5397568d1 0.01 MB 18 72
166,678 166,678 00000000000000e4a0b12c2992f5c45e0b9f359b09974705056391f49be25c40 0.02 MB 52 282
166,677 166,677 000000000000059874329bac67b27450318b3fe87ae681bac953d07fc9c5b050 0.02 MB 52 195
166,676 166,676 000000000000023de0c9807c2fb91d8c497533ec526f8f6a2c650c8e255fb6ac 0.05 MB 112 247
166,675 166,675 00000000000002f4245e27dd7e2393fd513de060ec1e6bdc0a06f5d9c4ace732 0.04 MB 132 22
166,674 166,674 0000000000000b35b99d36e879261e54d1c439ec2aed462fff5b8148ce332ee6 0.01 MB 32 68
166,673 166,673 000000000000069818774cde471c20076e3ac55fb14b674fcfe2f89ff7a33a77 0.00 MB 15 0
Previous 10 blocks ↓
Total Size: 769.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,635.30 GB sent, 94.24 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.