Memory Pool Memory Pool Refreshing

3,610 transactions
1.12 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
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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,608 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (546,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,186 361,186 000000000000000013268f2457798096a6a6d228af33de93f2e908ecef71790d 0.62 MB 1,209 32
361,185 361,185 000000000000000014f64cd214fe2de5057795c395cfceee2ea78324c3db9ccb 0.67 MB 709 18
361,184 361,184 000000000000000010779c52bbaa773cc1a10d95a730328a09df0290389e310f 0.97 MB 1,842 23
361,183 361,183 0000000000000000131ae2d5765c57fb4b810c815283161eef313cf1787dab8c 0.75 MB 1,922 44
361,182 361,182 00000000000000000d2ab0f1a70946b67d12520f232d2acfef2252378ca238a2 0.48 MB 881 32
361,181 361,181 00000000000000000bbf3f68d144c86d45ea37803854d4edd49275bb9538258d 0.00 MB 1 0
361,180 361,180 00000000000000000d1de0d7d5b018d904b6375af25baa98ad479b671845e487 0.13 MB 238 25
361,179 361,179 00000000000000000d20c9ee2eb41165da8281050721b65c4422da95cce309b2 0.47 MB 881 28
361,178 361,178 00000000000000000db0eaaecbdee309ea54c6060d974e77120f065ce9f08ea4 0.12 MB 264 25
361,177 361,177 00000000000000000383fe7ed2aabcd68ff9302767ae5b8e9649a4c681a32b49 0.25 MB 295 8
361,176 361,176 000000000000000007a58aab4b39feb821922fc99219879a4a5073308453f3a5 0.31 MB 594 29
361,175 361,175 000000000000000004150eaabb2e4339a823dc5205e2a7faf21593ad9152ba42 0.52 MB 1,019 27
361,174 361,174 0000000000000000015414c8487350b55bafaa59b890dc6af74386c043d570dc 0.00 MB 1 0
361,173 361,173 0000000000000000161adc2cdcc7a2a7dd83a1d27ce915fcbec06b84862a1e9d 0.85 MB 1,441 28
361,172 361,172 00000000000000000cc15aa39c97f07a941696788bcf4c2e18092cb6c1b1fc22 0.70 MB 996 23
361,171 361,171 00000000000000000fdcc9177662dc7caf0eb5dff2c13f73e9f409d3a1e8f502 0.61 MB 1,303 28
361,170 361,170 000000000000000015f1f92f79e1e5c1a270fbe14cb53eb0116566ba43c09221 0.11 MB 198 8
361,169 361,169 000000000000000014aea8e8f3fe6e60bb9530b1f832ea6d3e4c39c6eee46b21 0.75 MB 1,220 21
361,168 361,168 0000000000000000078b4467bfd1f56c368dfc585ef129a33f41615ace78c3df 0.75 MB 1,503 28
361,167 361,167 00000000000000000046bc49d7f8810c2c5f753cf54539c399564b0945d4594f 0.00 MB 1 0
361,166 361,166 000000000000000007ea257317a3cdb377dd93eed2e7a6e45cefbc1ba8db00be 0.50 MB 893 27
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.