Memory Pool Memory Pool Refreshing

537 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 519 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (11,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,890 895,890 0000000000000000000075b75b759a1e4bd7de341114b25f465eb2a6373b0ed6 1.61 MB 2,681 5
895,889 895,889 0000000000000000000167896005bd9f933bde54080ddf22f8b1597fc465ecdc 1.64 MB 3,215 4
895,888 895,888 000000000000000000003cdf47d24efbca8093b4418ab6a4b081cacc7681a1ce 1.42 MB 2,735 3
895,887 895,887 000000000000000000023f958c8afc43d65c40f93fa1f59a4cd2a3a2f968e2cd 1.56 MB 3,492 5
895,886 895,886 0000000000000000000116d0650be5c6aa18451ac0e29889384f9d3afe0e08b9 1.58 MB 3,219 4
895,885 895,885 000000000000000000018e2354f4dc3377e146b62b29e0a1d26ca6a9bf861e71 1.25 MB 680 2
895,884 895,884 0000000000000000000116852239b72262654f830ab15208aafdb0cad97e8aff 1.61 MB 3,604 5
895,883 895,883 00000000000000000002449d05ad43ee4bbadab98a3ff815f04b03293ab2a83e 1.48 MB 2,493 4
895,882 895,882 000000000000000000004aef8c0304e57b4e606df0fe57c8884431fd37f8c5d4 1.04 MB 119 2
895,881 895,881 00000000000000000000fdf44bd5a2f7354167c2a9a6614e0ef2c2fad8725baa 1.52 MB 2,261 2
895,880 895,880 000000000000000000002b5225cda8d84050666c98c8080807d27721e5be1caf 1.44 MB 3,486 8
895,879 895,879 000000000000000000007de12da01f2192edd6f76064e21ccd23c4132751f087 1.47 MB 2,746 3
895,878 895,878 00000000000000000001b9fb56d835ed984bf9a931dc6dc9d4a9eda934f00114 1.22 MB 783 2
895,877 895,877 00000000000000000000c94fef12022a163e768bac21621ff68f3df5c122cc45 1.52 MB 2,252 4
895,876 895,876 0000000000000000000130439b8a2ccb5d45065fa9b089ba9c36a7bd0472870d 1.44 MB 2,032 3
895,875 895,875 000000000000000000015b1ccc61ec3f77a4505256f416764fd1790eb07b3fa3 1.36 MB 1,308 2
895,874 895,874 00000000000000000002549833d39ff48b0e28beff8c90028e263d6eeb7fc5df 1.60 MB 2,731 4
895,873 895,873 0000000000000000000107902a5eb40b2cd8360ecbb75ea69f95e1a197ab38a3 1.50 MB 2,729 3
895,872 895,872 0000000000000000000085992e8b2b7b80b1e11f242c974a58c1eec59ec46909 1.57 MB 3,777 6
895,871 895,871 000000000000000000018a1be3cfdacdf9178154937c6ebe8659fc5245835e86 1.76 MB 1,528 2
895,870 895,870 00000000000000000001fed73fe2abf52f5153c22902edd52501ff9410c46861 1.54 MB 2,660 4
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.