Memory Pool Memory Pool Refreshing

5,479 transactions
2.02 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,046 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (53,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,047 854,047 00000000000000000003199a1496721e9cfd515ed8dfc328db2acebd6f39614c 1.84 MB 2,345 12
854,046 854,046 000000000000000000005d886429368c23489583edfd77d0bfffecef8b570d00 1.36 MB 2,439 9
854,045 854,045 00000000000000000002bb50b01e0e432e4899986736b7a376f079a55082c6e4 2.04 MB 781 4
854,044 854,044 000000000000000000036dce89fc12856754ea5b2a3d72bfec4ac43dd2d5280e 1.54 MB 3,133 7
854,043 854,043 000000000000000000020c91b9e0ded91c1b69c00fa0c0611c636425b52f7f98 1.58 MB 3,371 11
854,042 854,042 00000000000000000003035162231423adad96cd76020b97e90efce3ea5bdece 2.00 MB 1,178 5
854,041 854,041 00000000000000000001308ed8e5f540a3026f5f18985fc0f3eb391c2cd784c6 2.00 MB 1,119 5
854,040 854,040 00000000000000000001fef30986018584b764defb5c2dc0d473f8806d2e15a4 2.07 MB 578 4
854,039 854,039 00000000000000000001b5565e6d3896e75006cac865cec1bb9ccea0ce35e4e4 1.76 MB 2,767 8
854,038 854,038 0000000000000000000204519333efb50a66753c7c12ef184d4ed189596dabac 1.82 MB 2,155 6
854,037 854,037 000000000000000000016cd6ea5c21c4a6d00165d530461e286c354ec4bba6ac 1.78 MB 2,747 7
854,036 854,036 00000000000000000001d73f0edbbd988f37a1001128df856f50a8fee162103c 1.91 MB 1,683 6
854,035 854,035 00000000000000000002b4dccbd8a93c254e8a72f4f945c0510085b64bca80f4 1.99 MB 711 4
854,034 854,034 00000000000000000001df737805854f185cbb8a829ca2d90dc14e67852cf265 2.00 MB 1,215 5
854,033 854,033 000000000000000000005b1f871fbac352349be0e5af653cd48d028e83accc62 1.76 MB 3,264 8
854,032 854,032 00000000000000000000627e8cc662c4cdfe178f0f43875dd8dcfff5b548b547 1.59 MB 3,611 8
854,031 854,031 00000000000000000002199f49acbc44673a21b2b47b2fbe18126cde4db2abcf 1.42 MB 2,702 11
854,030 854,030 00000000000000000000e3a1f5cc9d252384faa48c2b7da053026fcbef1a8b2c 1.75 MB 3,160 7
854,029 854,029 00000000000000000001d678183bdcabfc0b83a81fe1f90a99bb2b936e0636c0 1.95 MB 1,093 5
854,028 854,028 000000000000000000002e1154560a232f73801a481fe3dcf80a92eac54dc16a 2.16 MB 185 4
854,027 854,027 000000000000000000033df8e31ab3c8442fa631fbe6b4e8bd110c4aaff23670 1.91 MB 1,553 5
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.27 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.