Memory Pool Memory Pool Refreshing

3,102 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,749 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,394 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,748 (861,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,891 46,891 000000001851e8baf75b2855c40d481e4039382d1be667ef9ab6d833de27a18a 0.00 MB 1 0
46,890 46,890 00000000361d08a690ec6a06020d09ddbd7276a7c87c8b2ee0dc2484d2ab8f10 0.00 MB 1 0
46,889 46,889 0000000024c06ce51aac7cd12ea886f0eefec45f8beaa32dcdc178796e1478e3 0.00 MB 1 0
46,888 46,888 000000002405a9e73038d927f257cfb5f5b0088361eb9c7d8395368718cba4f6 0.00 MB 1 0
46,887 46,887 00000000092397be1fdc63f681ac1950532d8ed4ab68c9bfd4d481d84b62c226 0.00 MB 1 0
46,886 46,886 0000000011e07327f9fede8abda107713a1e42569af4a5e92f19422b12d1deaf 0.00 MB 1 0
46,885 46,885 0000000034fe3b0137075d0d80bb9aa18fb41d743e11ea2eed6822fa8cdf703e 0.00 MB 1 0
46,884 46,884 000000001ebbe59be50a3a170625f98a3543f5b6d48e23a5d1ac6aceb77a7c73 0.00 MB 1 0
46,883 46,883 000000002e32c8451d7a8ec3c0f40b8364fba5e7e39e82cb7a7402832a8854f6 0.00 MB 1 0
46,882 46,882 00000000112e59003af4105b0c13bc827c87c42cd39a598aa22d2600bfc0d685 0.00 MB 1 0
46,881 46,881 0000000011c62f2b59e090e1b598ddb6c21ddf7bbf9e88cd556cbcb4262a8c02 0.00 MB 2 0
46,880 46,880 0000000023bd0e6c63fc35ef9155da38ea5d41562c2574f5ee499131437b491c 0.00 MB 1 0
46,879 46,879 0000000016ac6c49e23183a9be054087336f5c37eebd72bb6fc34588739ce07a 0.00 MB 1 0
46,878 46,878 00000000378287b659b740ed58122c1bf0d13f19443b3a15c15894b4d9e53401 0.00 MB 1 0
46,877 46,877 000000000a8efc68131f14aa761f60f86d17f4f0eb917aa62673f651bf22965d 0.00 MB 1 0
46,876 46,876 0000000015f6ae2ae11fc671a92726649c4f254d9e92a486e8180e4ece4884aa 0.00 MB 1 0
46,875 46,875 00000000197910fbab3a1fb64acbcac19e13d13e07784f70abdfa0fc854531fa 0.00 MB 1 0
46,874 46,874 000000002aeca57cdfa43767634fb459b1c51f6ef1fc383031c15b3d56a48849 0.00 MB 1 0
46,873 46,873 000000000500054640383479195419ebe6c4569f4922304cd2f22de031120820 0.00 MB 1 0
46,872 46,872 000000000a9f4c36a1b072d52787dc64f84df2779a13c4212c730002617e2458 0.00 MB 1 0
46,871 46,871 0000000022ccda18649fd3a90ae93d3bf9f43898182faba4a6a9ec16c8e81a8b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,856.06 GB sent, 102.47 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.