Memory Pool Memory Pool Refreshing

5,942 transactions
12.36 vMB
Show Random Selection Loading Transactions
Max Size: 72/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
883,565 0000000000000000000277260000000000000000000000000000000000000000 1.00 vMB 1,126 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 883,564 (83,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,887 799,887 00000000000000000001abb6af1da2401c98adb377b34816c81c3032715bba85 1.87 MB 4,798 12
799,886 799,886 00000000000000000001aced53f3b21888dddbbf468a020fdcd02924c4313fb4 2.35 MB 6,200 6
799,885 799,885 0000000000000000000176cd98af1859ab8b76a9604ee9c4826a3d3658cd907f 1.84 MB 4,947 11
799,884 799,884 00000000000000000000cc673bf638c591173c61cea98c1526a3818fcec1230d 2.21 MB 4,420 6
799,883 799,883 00000000000000000000b89fe6db6a99453ec9a19e8e22068473e117a9b4407c 1.74 MB 4,261 12
799,882 799,882 000000000000000000031a22e903a197b2420388f0521547ad7324508c311d4f 1.61 MB 2,818 14
799,881 799,881 000000000000000000020422149d9cf7ed9d0192106640d8adf5092db07bdcde 1.38 MB 2,146 31
799,880 799,880 0000000000000000000051456952317f445661dad9214d450aa71545065e6746 1.47 MB 2,788 47
799,879 799,879 00000000000000000004b110f3bc932d67b63cd54bc9400d71e13376a7eb19e8 1.80 MB 4,496 14
799,878 799,878 000000000000000000024053f6477800a60dda45f742b683adec5c9fe9c948ea 1.71 MB 4,299 17
799,877 799,877 0000000000000000000430c4006c96a6db9d19c7cffb5ea5ad920a2d4c5a4b52 1.75 MB 4,230 11
799,876 799,876 00000000000000000003ce084845bdeadbf2531ed0966dab986e5917b39d1c86 1.97 MB 5,797 8
799,875 799,875 00000000000000000004af8d18e600ee6eb30d978a64e72e3aa5314fdbdaf71b 1.70 MB 3,483 17
799,874 799,874 00000000000000000004c61fc380072d318fafaa9308577ffdda663394dc45b5 1.65 MB 2,999 30
799,873 799,873 0000000000000000000365895017c3118d18457d4964f44cc0f699dc5e0ed9f0 1.89 MB 5,385 11
799,872 799,872 00000000000000000000754ccc418ba84168be83e3ca3ee9963eba31cfa93258 1.76 MB 4,314 9
799,871 799,871 00000000000000000005294bfd157c5e6fc48390fdaa25b2b9523919b442474c 1.84 MB 4,406 9
799,870 799,870 0000000000000000000018119d4371477c31da186d301ee770417e3f37275f33 1.65 MB 3,121 13
799,869 799,869 00000000000000000000ea52884bc3c0c88fc39461569505932ef30bb7beed42 1.54 MB 2,867 19
799,868 799,868 00000000000000000004f5b17e67f3adea2ba37ce2e9d48cedebc80b1f1285ca 1.65 MB 3,890 8
799,867 799,867 0000000000000000000335042ee340ff60100ecb1433419b86575dabbe09986e 1.84 MB 5,057 6
Previous 10 blocks ↓
Total Size: 725.60 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: 2,327.55 GB sent, 90.92 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.