Memory Pool Memory Pool Refreshing

2,183 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (689,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,855 218,855 00000000000001bca6311bc82d58219bebcb6d016b56f70069ddb02bc8287059 0.19 MB 249 90
218,854 218,854 0000000000000081ceffb8d6097953b0cb399d832fddb5f1bf859c04f448aa73 0.25 MB 532 213
218,853 218,853 000000000000056ddf6ebe897d42b850a2abbcdd2ef7e49efc128f37a5d8192d 0.05 MB 167 47
218,852 218,852 000000000000002b672108a69a7dfd73593b18a913cc380ef70bd4dea733e880 0.25 MB 591 173
218,851 218,851 000000000000031c3147a4e32c746953bde2f74831f0420a6d5c3b35faf60320 0.10 MB 339 285
218,850 218,850 000000000000012ce11de0ca14e170c3036ce72e83795fe5e7557154c2f5d8fc 0.25 MB 599 192
218,849 218,849 00000000000003cf8d1395965fb4d77e77b753a69c993fd0ec4952f8055b1105 0.16 MB 373 173
218,848 218,848 00000000000001cd2410f6db98dbfab3303175f4d7aab495d87a32877c266c0d 0.16 MB 395 161
218,847 218,847 000000000000050aa0f7c75526fb98694584d00e3df531724beaa89cc2c1e8ef 0.14 MB 379 195
218,846 218,846 000000000000058144f069f398d3c1df345b741586dbaa130c5f70e73ea8c3b7 0.07 MB 64 23
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
Previous 10 blocks ↓
Total Size: 769.56 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,649.20 GB sent, 95.74 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.