Memory Pool Memory Pool Refreshing

909 transactions
0.24 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
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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 906 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (688,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,845 218,845 00000000000003f31655d06b06606b935b36871ecc74d8e368aab88ed3c7593b 0.08 MB 169 136
218,844 218,844 00000000000002bd05b52f573c394cffc4cac4701fd46c57b226db8dc683b827 0.20 MB 346 141
218,843 218,843 0000000000000429a93593ab5f5b83bdad014e2813588ee711eb4e6b3662fe25 0.15 MB 137 77
218,842 218,842 000000000000048bcb66a172414026029127045ec20f4d925813e2a06e4f49fc 0.25 MB 644 233
218,841 218,841 0000000000000017d43f42e38b2a706719fd1bce3ceff07fc5441db79f28e660 0.27 MB 496 175
218,840 218,840 00000000000001bdf5825444564eb373b1916c7de5d7c85622242656ea5ffbf3 0.25 MB 525 187
218,839 218,839 000000000000049e19746c70fb2a13e8b35d4d8bef2743d1dd92cdcae7d8071f 0.25 MB 583 190
218,838 218,838 0000000000000277fc4c1e9fe774412a90edd532deb258bdca743d458f391e71 0.05 MB 109 263
218,837 218,837 00000000000003a3594bff1b5acc5c110712b7424ca9ad5f90d330b0bcc46482 0.06 MB 108 144
218,836 218,836 000000000000030dab1f6defcbaea878a1635e04198275d316ae8adf446ecdd7 0.24 MB 436 152
218,835 218,835 0000000000000539d18814805c2b7b352258b2092dbf524297e096ce912fda6b 0.25 MB 641 207
218,834 218,834 0000000000000436c7c13a1434f42ca1be7d61e0850d3ff24a5f5e6a79d7725d 0.21 MB 508 195
218,833 218,833 000000000000052c292856bfbca0bcb1ddd09dafd9f1ffebcafa8d655fea1fd5 0.19 MB 443 190
218,832 218,832 0000000000000363a24ee9226a1883f6513bd07576518ec68a36b2a588aef20f 0.04 MB 64 106
218,831 218,831 00000000000003a0ea2ea32a0a74195f6e647064f79435ee4b2ead9f8ec516ff 0.11 MB 225 145
218,830 218,830 00000000000001c1673171d5734150a3729ad22d1a954aee7f6f9b2c578c9b94 0.08 MB 147 57
218,829 218,829 00000000000000ba87fe70dbe0f28135c636fccb9425613589a5aa1186200f65 0.25 MB 637 219
218,828 218,828 00000000000002f079080c8928f2f5f965736ca1c9b3cf8bd7c20badae577ca7 0.15 MB 389 253
218,827 218,827 00000000000000a432a0544bbb11c825377cd9dedd34c190227fc359966c273f 0.13 MB 309 184
218,826 218,826 00000000000000373940c24750bbe559cdf4ffdb5008cebb9e945ed6531e54d9 0.12 MB 218 152
218,825 218,825 00000000000003901b71dd8be32d8842f8d9cb0c49f3219fa205ff96a21484e4 0.23 MB 586 240
Previous 10 blocks ↓
Total Size: 769.07 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,627.98 GB sent, 93.20 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.