Memory Pool Memory Pool Refreshing

4,792 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,841 (169,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
738,186 738,186 0000000000000000000709b965ba9904db45740cb40c21f420785043e77d5bed 1.71 MB 2,819 17
738,185 738,185 00000000000000000007daa99f4b415cb00f848c23217f3cae19868e74e4f7f3 1.46 MB 2,861 22
738,184 738,184 000000000000000000043c0e3fac947be83f0672e6e6f0672e5d2d4775dbdd26 1.42 MB 2,401 32
738,183 738,183 000000000000000000060a27ef471fbd1911280724b8bb6da54ab5da22764ac2 1.66 MB 2,814 15
738,182 738,182 000000000000000000059d0d9fc6fea2875409fac102a4f3e2865a6a852829d2 1.49 MB 3,104 23
738,181 738,181 000000000000000000016d3d9384f8bd875469a6a6125cfbb578766e7480213c 1.50 MB 3,066 21
738,180 738,180 00000000000000000001c356f6cbcee6d2303d49db490ccc274a4501c15549cd 1.55 MB 1,340 4
738,179 738,179 00000000000000000007968e17096560c2023cc3931d585eeb62c02b69d62714 1.50 MB 3,289 17
738,178 738,178 0000000000000000000767e5fc2392d16fb6c6e4e65688dc954c970c857ba02b 1.69 MB 1,118 3
738,177 738,177 00000000000000000006542204ad48d2306c606847a75486d3ee97d7901d635d 1.71 MB 2,433 7
738,176 738,176 00000000000000000004c339146c06408f9ed58c587d963cee262b0f96bdf287 1.40 MB 2,560 18
738,175 738,175 00000000000000000000ef1f67a1d07ee5064dc9745bef00ceaac886bc9a17e9 1.11 MB 958 15
738,174 738,174 00000000000000000006f83f709e88d6ad5f1340335b01958e54695222c70d48 1.62 MB 1,741 19
738,173 738,173 00000000000000000001df64b082978ecc034cb11df5b8378ea162c2ed356c1d 1.67 MB 1,849 9
738,172 738,172 000000000000000000045f109b199271019e0e16ce253284e98aaa97c5a579a1 1.17 MB 942 11
738,171 738,171 00000000000000000002e464c80f2dcbd2c3a78d95cde71fd9cc4e81c00e5b09 1.25 MB 1,817 12
738,170 738,170 000000000000000000001eafe5428d6d81c1e7610c3b93b5a81c97a296f659aa 1.23 MB 1,563 17
738,169 738,169 000000000000000000014a0f2995f6bba3e09718e2066c2970fe40f732c1f750 1.20 MB 1,265 15
738,168 738,168 00000000000000000007173e227562ab4429aa85e72625a7d15e7a7540d2bd33 1.49 MB 2,983 21
738,167 738,167 0000000000000000000837201f6bf0a42b29344653f84e21a2fb2147248a3c76 1.28 MB 1,921 18
738,166 738,166 00000000000000000004683ab30e0975bec41e055f5e6b24858cf4fab9c2d5d0 1.32 MB 1,405 15
Previous 10 blocks ↓
Total Size: 769.24 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.07 GB sent, 94.14 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.