Memory Pool Memory Pool Refreshing

745 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,651 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 725 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,650 (838,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,009 70,009 0000000000fa955cf962b911395d619d25d0bab5a9e5f45886ac3db3cce51007 0.00 MB 2 0
70,008 70,008 00000000013de5d3444d5570ca8dce87ec1a214e27989fbb951f1673e7da26e2 0.00 MB 1 0
70,007 70,007 00000000008884cf7340f592ab3a5a2bc714abe370cab9da47dc65759b3c183c 0.00 MB 1 0
70,006 70,006 000000000033b3a8f4fe8e3c28cbb3b31e065e5a7aa2445c2fa37fffd8cfa7de 0.00 MB 3 0
70,005 70,005 000000000160b5c2583aa5729b9f6f4ed9d4de2d9322877c1504b1951cc84d68 0.00 MB 2 0
70,004 70,004 00000000012d8a98a1678dbfb7f13a7a67b15ff5fe443dbf62507e4a4c1cc0af 0.00 MB 1 0
70,003 70,003 0000000000013b6cbc3159a746eccf6ab0cc9dbfdabf94d683abedde9b31ba85 0.00 MB 2 0
70,002 70,002 000000000130dc68dd688f54c74d79196875d37b080275de9b2dd70c88a2244e 0.00 MB 1 0
70,001 70,001 00000000001337176fa420cb4a7717332d0994491bbed7fd797e45a02b3a7872 0.00 MB 1 0
70,000 70,000 00000000002b8cd0faa58444df3ba2a22af2b5838c7e4a5b687444f913a575c2 0.00 MB 1 0
69,999 69,999 0000000000148103755250c0f2eb36ae9663441970c3169e7a14651fec568e96 0.00 MB 1 0
69,998 69,998 00000000015e07981da58fa4db7a0d43f5c12ddfa5ba27d1094e71dbfc6aabb5 0.00 MB 1 0
69,997 69,997 0000000000a22cd2d21bb4e1df7f2f5bee963d1fdd44d47ac92935b428bdb9e8 0.00 MB 2 0
69,996 69,996 0000000000de45d6163c06bada8b15615f4feb645e481fc1fbbc5ccedcd34038 0.00 MB 3 0
69,995 69,995 0000000000876e580b52e2be2a1b9edf3ff66dd4406709a62004422375b3085b 0.00 MB 2 0
69,994 69,994 0000000001353335f8a6e00c218430c9048b3b5c9a75d5392f71bbb682bf3474 0.00 MB 1 0
69,993 69,993 000000000136eecd72d1e5a51ecd228310f17a3a2a66db816d9fe8b6ccdf7708 0.00 MB 1 0
69,992 69,992 0000000000b4b543a676a2ef856eabca11d627f14a69772634fdaf99f2cc91c8 0.00 MB 2 0
69,991 69,991 00000000003622e62eb2824871458ecf0c9cb1264a90edff4ffa691fe3547317 0.00 MB 1 0
69,990 69,990 0000000000e4986c258fd8d944c83970c6dfa489c14dc8559dd7492fa1557704 0.00 MB 4 0
69,989 69,989 000000000089761a9e5e34e07f871ea12b87454f00ad5f4d3e83c0385e94ecac 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.91 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,851.45 GB sent, 101.45 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.