Memory Pool Memory Pool Refreshing

2,231 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,861 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (339,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
568,174 568,174 00000000000000000014dc259caca1c1c990ca4d98a70e14a1ac413d0a2fa866 1.10 MB 2,082 73
568,173 568,173 0000000000000000000fbe335a1e985bc23ac09be6360af2333652b671223da0 1.13 MB 2,524 44
568,172 568,172 0000000000000000000f11dcf424c3ddc973242f0879459d8215bb8c1abf487e 0.43 MB 766 12
568,171 568,171 000000000000000000093cd7d3168c85d059966204564f706b1e1e933abaf065 1.34 MB 2,661 17
568,170 568,170 000000000000000000026e3f79322b6bf039abef0f139e522cc246fb33cd33e1 1.31 MB 2,965 40
568,169 568,169 00000000000000000020bdfd280a7d0fec02d8194e23c710100b9f5f3dc29f8f 0.55 MB 1,105 20
568,168 568,168 0000000000000000001b78751185963cccf071b6f455c0ccb5e77d26bc4b3b56 0.62 MB 1,508 16
568,167 568,167 0000000000000000002dbe45c81affae97511347a6c80d24db4357a74c7c4073 1.21 MB 2,682 17
568,166 568,166 0000000000000000001802b4454c792c34c94803849849b739f1f7c65f5f70f4 1.34 MB 3,685 41
568,165 568,165 00000000000000000027c8442fb4ea6124898b9fddf43bd2bac888c84ea43259 0.90 MB 2,044 24
568,164 568,164 0000000000000000000a0539687851cdef178f0769afaa2f2815dcfedf706926 0.68 MB 1,093 10
568,163 568,163 00000000000000000018e3ef4c0ed5d13edcdcec6910a26bb706fbae39c5ce13 1.24 MB 2,505 32
568,162 568,162 0000000000000000000d4ddb0464584551aa191b9e968837b6f54bb90ad45e46 0.71 MB 1,084 13
568,161 568,161 00000000000000000028dc78be26ec3538f2a5fe21a82d5c3f17ee882cfc1a16 1.36 MB 1,853 16
568,160 568,160 0000000000000000002a9e7aed794e9ef223b9d89dad84e8c181e5022dbffa1d 1.19 MB 2,137 9
568,159 568,159 00000000000000000003e6aca881b8eae22684db2033b408f1b6d7881e329776 1.24 MB 2,071 35
568,158 568,158 0000000000000000001bfb1eb295f2d835cdd58fd019895a6f8387a2d4a32733 1.20 MB 2,016 41
568,157 568,157 0000000000000000001aba2fb6c3ade0172c903f76fd7038a2302659c2f514c5 1.34 MB 1,020 19
568,156 568,156 000000000000000000251ced2cd25ba86a9a75379fb513a3f92311fd9f3c5c05 1.15 MB 2,028 13
568,155 568,155 0000000000000000000e7dcd1f5999187f55e3514d1a33d4b2bf97f18821a022 1.24 MB 2,230 9
568,154 568,154 0000000000000000001a466284d6f14a938b182f3207fb18e1719d1db3b7f09d 1.23 MB 1,541 49
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.