Memory Pool Memory Pool Refreshing

4,846 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,419 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (706,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,012 201,012 0000000000000592a7254640d0d8c6cff26e69dacfab298984c085eaea94920a 0.04 MB 63 70
201,011 201,011 00000000000001da0b10e5d7da7970f6e7e09eeec65d4ee4795dd4f87a645d24 0.01 MB 26 99
201,010 201,010 00000000000004ea611606b85f1efd780b4788c320f97b752837a67b2ecb92f1 0.00 MB 6 80
201,009 201,009 000000000000015548f3169c01d21e1d3bab354a7576381af49974550d603824 0.04 MB 86 52
201,008 201,008 000000000000040f3ea14dc462b7adb6144e44e38201d495c1b27b2fe77d91ed 0.20 MB 358 98
201,007 201,007 00000000000000fe0b806c80b020f5925651e190afddce9564296a0f20e86400 0.01 MB 12 87
201,006 201,006 0000000000000534565d266ca8fa4af3589e54a2431d9550354f83ceb1a184c9 0.12 MB 179 128
201,005 201,005 0000000000000250d90001e4a2ca5c84d1570c56d01a9d3133bd8217ff2ea789 0.05 MB 115 129
201,004 201,004 000000000000024f9a0f09033b1dee8d9f5271f8963f67566e4311c8d0b85402 0.02 MB 58 155
201,003 201,003 00000000000001ea509a6a1fce84df46569116a9d6ce68c257b2667f839837f7 0.04 MB 83 88
201,002 201,002 00000000000004b3e96d1ac44acb6668d59c00da51c8d5e9d28a8e1c2d0f9a1d 0.07 MB 172 140
201,001 201,001 0000000000000030f696773ae2160056e59e0618c627623fc56b0389a7232eee 0.05 MB 151 140
201,000 201,000 0000000000000350eb681b2b81513489c5b0a74f456cd9c8a773b92d7b4d53d3 0.09 MB 164 105
200,999 200,999 00000000000002eb2716b5a1b1dc077fc9f64fdb3bd2403ac5824037e1f7a866 0.08 MB 171 119
200,998 200,998 000000000000026a58d7afdd8bd05aeffe34c954aca91fafbc4e38313eec2133 0.00 MB 7 65
200,997 200,997 000000000000005111caa1b9c2f2f56731f171dc2185d3b0c9087de3cb1b6996 0.11 MB 273 153
200,996 200,996 000000000000038cc15055e5fca46b23c636a4bcfd706b247c730480fab2ff8e 0.21 MB 568 91
200,995 200,995 0000000000000396eb41132683e4a7d2813a7f9cfc66eb0db671dea76f488ba9 0.07 MB 161 143
200,994 200,994 00000000000002cc55b19f3c768c4fc9d4ab029390e83a02be59f04abe0b5690 0.00 MB 7 0
200,993 200,993 000000000000001d93b8ebcf898f1d38bc36787330af5c51ade207d677a280b1 0.03 MB 87 52
200,992 200,992 00000000000004226b1e1ecee0c6c16c603ec112f42e2bed1d50dc1a1413b91a 0.15 MB 404 157
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.