Memory Pool Memory Pool Refreshing

16,592 transactions
14.58 vMB
Show Random Selection Loading Transactions
Max Size: 85/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
902,960 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,174 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,959 (740,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,922 162,922 00000000000004bbb3fdf355496cd2495d49509f4ca7887db74995ad860a1be8 0.02 MB 63 297
162,921 162,921 000000000000038afd357a5af4cee70f508e256f1e44bc9d21a12b92c3c2f8b3 0.02 MB 57 82
162,920 162,920 00000000000005f4b3fa5d455ceffd98bd854416f3b6cdf2eb8775b230ad9938 0.02 MB 48 49
162,919 162,919 00000000000002628bf5ec70a73ac182aa3a35ae26c2163bc4f5ea9bcbcd6d9e 0.00 MB 10 549
162,918 162,918 000000000000059d49ec4ae8c541e0cce2061dd68a2f99928964c0a9e234b695 0.00 MB 13 32
162,917 162,917 00000000000006e2dd5ae8e846d6e2544bf6ee86f391b7403aa90a3d5f09fd78 0.04 MB 60 234
162,916 162,916 000000000000058c7d300f38c0c982477d18852671afe6a26bebd7d17f9769ef 0.05 MB 128 201
162,915 162,915 00000000000004ba86438a52db3c8248e1a81461c03a6300e43a377e036e40ce 0.04 MB 25 108
162,914 162,914 00000000000004620820511aad4cfa534aaff2aeb342cf8d449e9ea8e10ea031 0.02 MB 63 175
162,913 162,913 000000000000025ecfbc3308a7bc8eff18702c66e22ac6b73e54c1a769db0a5b 0.02 MB 34 168
162,912 162,912 0000000000000035cfef32ea0b2383ba09c3802a4a590f272cfe7e45b3e156e8 0.03 MB 101 11
162,911 162,911 000000000000042617912c7a9773d0956a245a5a541a8e173dda012f3dc05a37 0.04 MB 48 171
162,910 162,910 00000000000008777951a37b93b887351569bbf9cb9863918410d16d073df460 0.04 MB 125 4,498
162,909 162,909 0000000000000aa79b882c6a461411099511b33ee1f6efbd2aea4f94472e83b9 0.05 MB 60 121
162,908 162,908 00000000000008eb5dded469ceb9dc2b7bf8fab273b635a2671fff819f4468f3 0.01 MB 24 14
162,907 162,907 00000000000009661c9dc6ba4a58369803ed56b6fd37be4a80fa0376f9911fbf 0.01 MB 18 0
162,906 162,906 00000000000005e9fc60775fd6ab4e9bd1a031cf4c0cf5f26cc4e81550997a82 0.01 MB 15 0
162,905 162,905 000000000000080842189f8c3f8184238d8ce353e3afbd0fea7b1c5596f485a7 0.05 MB 81 65
162,904 162,904 0000000000000958954f8a93c6241cae36ee076a2eecaa06cb29f3362c63730e 0.04 MB 102 138
162,903 162,903 0000000000000025fd45f14984930a0e5e401b0031d462da80422ec92b1ba537 0.01 MB 21 128
162,902 162,902 000000000000022c2097c1461727ce7d216b1a1bb27ea24a8458864923af8c18 0.01 MB 31 130
Previous 10 blocks ↓
Total Size: 760.84 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: 912.26 GB sent, 50.69 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.