Memory Pool Memory Pool Refreshing

5,577 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (605,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,012 302,012 0000000000000000018ea8fb811e470bcd43fb54f07e3d7345f45b9053ebc713 0.09 MB 146 25
302,011 302,011 00000000000000006053fc5faf2c099f30be416175488b34e947ea44480aae83 0.10 MB 178 26
302,010 302,010 0000000000000000340daef6c6708ad241fe21c1b8f769d0701e0e9adf0cad66 0.38 MB 742 31
302,009 302,009 00000000000000001b04897d1d3d0120e38c071170320024e9a0336cf5be713b 0.03 MB 48 28
302,008 302,008 000000000000000070f99a952689e564a2bc021f003c244a180a7da7aa1f3586 0.01 MB 31 33
302,007 302,007 00000000000000006ab2e1f7e33ee14faca53e8957d521c9755579cce119180f 0.16 MB 290 28
302,006 302,006 000000000000000049dbbe721c72598fdad08b169c0e4ce321637e7fcd542d45 0.15 MB 338 27
302,005 302,005 00000000000000001d3cb635effbf2a8e60a5829f1125deaca16a8c9fad05e4b 0.04 MB 100 28
302,004 302,004 00000000000000003d609ca9eb60546e5bc0ba58e7f1ede5156c7163c5e82bc6 0.13 MB 282 25
302,003 302,003 0000000000000000541a2c3acd403bc5784aa0450fbed0040456c1f8e91d1c15 0.35 MB 498 24
302,002 302,002 00000000000000006d3bdfe1127d541110a18ce5b54bcdeb51e10399f6ec00b2 0.75 MB 1,842 35
302,001 302,001 000000000000000073fae68fe1d836d0267e1223de5d84f95adf177f5e16a337 0.01 MB 16 15
302,000 302,000 0000000000000000072268c9bb18603566ed5012378c29bb4d37e34cead7448d 0.13 MB 273 30
301,999 301,999 000000000000000068a406e4c405f86897a588ed05d16592701dbde10e431f9e 0.48 MB 878 45
301,998 301,998 00000000000000000b80b9c68c756d036cb3f03d9c72e54528693e4beb922d38 0.06 MB 46 5
301,997 301,997 0000000000000000525a11b673915f0c8ee413694fcea65917b277a8beb0a7fc 0.08 MB 177 26
301,996 301,996 00000000000000002b8573b1a4027ab944fe84aeb40faa1245dd6dd52450244e 0.52 MB 1,017 30
301,995 301,995 000000000000000009ca3bea25e8c8407965aa58038890d8b554c2c510764906 0.08 MB 21 3
301,994 301,994 000000000000000021216826e079a609195bc1e266f6e3f8713ade73cb4b13dc 0.09 MB 140 23
301,993 301,993 00000000000000002a0a64304776e21d0abbbcf811bb354b8ef4f4ac605cb53e 0.18 MB 256 24
301,992 301,992 00000000000000002a76fb6ffc0382dc7ba18607977c24cbe1190e18029c0112 0.27 MB 404 24
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.