Memory Pool Memory Pool Refreshing

17,077 transactions
5.70 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,865 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (608,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,010 299,010 00000000000000005dc7717a31ef9c9a0ae4e08d7daba00d58a0f708886026b5 0.13 MB 338 45
299,009 299,009 00000000000000007580517e85dbf5a9eb5e7a7b10202631824c65745ac72681 0.26 MB 450 30
299,008 299,008 000000000000000014cc06e47f6cfbb5e8d864678bff2fbd819418a1e0a84d0b 0.17 MB 512 45
299,007 299,007 00000000000000002990d4155a85d638aa61c9831a3184571bc061f277451d45 0.04 MB 14 11
299,006 299,006 00000000000000001869324bf28e6b424645266222938d834fd5808961dfd8d0 0.11 MB 256 41
299,005 299,005 0000000000000000311f77661c45577722de4cced479961ec7c4ce4ab1415428 0.15 MB 287 50
299,004 299,004 00000000000000007e6a444ffd798d267462f559102926c320df33c21ba78d19 0.18 MB 352 36
299,003 299,003 00000000000000007626da3d793b140eb3228b9d4b8253442448d68d30acf663 0.06 MB 111 17
299,002 299,002 00000000000000002a50a1ce7a97cf8d20802518115599cb051c181d90caa0f6 0.14 MB 256 28
299,001 299,001 000000000000000007691eb44be47d010cb2d9a73593734da0ac64ed5824423a 0.08 MB 64 20
299,000 299,000 0000000000000000720d383669cca3015c56200b48f14de68bfe30d5698d04b9 0.11 MB 190 30
298,999 298,999 00000000000000002e575c56d1a00a531e06339b845bfe082071065743bf3142 0.25 MB 345 27
298,998 298,998 00000000000000001d56bb323c64ec01c0739fc7d5e744769f541c344e03acd8 0.28 MB 293 26
298,997 298,997 000000000000000060e4811a6675f45e7cf54a1f5178b7f1ceed8a7ae90cca72 0.54 MB 927 31
298,996 298,996 0000000000000000867abec3589e41744e32d5314a4d539b35f21e9f0ee68106 0.58 MB 1,017 33
298,995 298,995 00000000000000007c28beebbf40647b2304fdb0665fe155f88f1227c17a1d98 0.04 MB 49 11
298,994 298,994 00000000000000003c2897c934578f8accb9f8d78eb1cc24278751d0f38b4c47 0.28 MB 334 21
298,993 298,993 00000000000000000bf67c0152f9f2183e96446bdfe7084ac39eaf5250ae2a8d 0.34 MB 490 23
298,992 298,992 000000000000000074699eac44072f9cc1ca64532c1cf98755f5f709b1806d95 0.35 MB 960 46
298,991 298,991 000000000000000089543429bed5ecb626b7fea25dbd7d9dc79b23f267bfb7f1 0.13 MB 249 27
298,990 298,990 0000000000000000220c9fb092b986780eb58b097c4af73e248f06df990aa322 0.21 MB 376 33
Previous 10 blocks ↓
Total Size: 769.02 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,624.68 GB sent, 93.00 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.