Memory Pool Memory Pool Refreshing

4,828 transactions
1.63 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (565,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,172 342,172 00000000000000000c5066b8157ecaa121b4b74a8a1dc69b9b452079157e80c7 0.10 MB 178 23
342,171 342,171 00000000000000000d6473b0cbcdea47f2cef3e99b9de0ad7cc92af5ee489a10 0.17 MB 313 23
342,170 342,170 0000000000000000010f6a4db89a41966098e2ef976f2204b0e8b2aa31bc9a23 0.15 MB 264 25
342,169 342,169 000000000000000011db5791b4e0f017227d649ff1c6ad50979505fa12949d63 0.06 MB 127 30
342,168 342,168 00000000000000001528485bf5d485d3f03457cc91a165f10a0d01888548f834 0.06 MB 102 26
342,167 342,167 00000000000000000443741e7f62b2f07c1525ff02d466ef3685b1e60f6ac611 0.75 MB 1,039 17
342,166 342,166 000000000000000015066583b3dc14d347e6cf9753e2d6157350cd12bc8dd720 0.14 MB 512 50
342,165 342,165 000000000000000005431fa105510cb7cbc7cbbf884c4776b35526685c546b93 0.50 MB 791 23
342,164 342,164 00000000000000000ba185fbb58dd43f5799e855e1c26a93e27a79aabc7af959 0.09 MB 162 21
342,163 342,163 00000000000000000151addecf3e6eb88d2b7b0c6be4eb7e4889bf2a6ad4bc97 0.05 MB 139 12
342,162 342,162 00000000000000000ee4648181380a9890e690ed17054f912ffbb2eae78d6c9a 0.58 MB 965 24
342,161 342,161 000000000000000001e1b625a40a49631de523d44555dfc6d7fae3d71e9aa4f5 0.03 MB 45 21
342,160 342,160 000000000000000010bd6876811f670a6011e130348fd186e4241954142a517c 0.18 MB 271 18
342,159 342,159 00000000000000001738a035fd4ab939ea19d3f268b2d427fde5ee10390d3d5e 0.35 MB 832 32
342,158 342,158 00000000000000000209b43cdd7772061f6339a53ee9347b718b0be754fff663 0.16 MB 359 33
342,157 342,157 00000000000000000dc36a9df38dd0648a48e1e45d797ee6c34354c81d76a643 0.16 MB 313 24
342,156 342,156 000000000000000008c25103b2c002820b21df9048ffc0deefd6cbd2cd0a26c7 0.06 MB 86 11
342,155 342,155 00000000000000001a66dac3071866aeac34861e015a963d20c840dfa2f8ec7f 0.03 MB 59 30
342,154 342,154 00000000000000000df8e71c9a2fba5c6d72a90338b26f8a63889b04018d24a0 0.41 MB 718 25
342,153 342,153 00000000000000000593acefd46ae51549dc2b451ab28c30dcec13c6e7797ef4 0.09 MB 225 32
342,152 342,152 00000000000000000c9dc8da34c355a308189670b1419007ddb74637e06043cf 0.13 MB 321 29
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.71 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.