Memory Pool Memory Pool Refreshing

12,043 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
907,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,063 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (560,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
347,119 347,119 00000000000000000b3bb8e5b5999212a214e9011d3562a01a16ed0baa437c79 0.10 MB 256 31
347,118 347,118 0000000000000000098e7c57ae013045cb9327be0466ede25778666a7554f9d6 0.30 MB 403 18
347,117 347,117 00000000000000000f0af017e47bc90b37043bbb52e997ebd143e20be11ccbe3 0.33 MB 484 21
347,116 347,116 0000000000000000002552f826749f357fe9e867fbe84787931126b5d8a60e96 0.18 MB 318 21
347,115 347,115 00000000000000000c45af89b8ad47a2351c42b8813ca21ccfffc40bb062ea1b 0.40 MB 431 17
347,114 347,114 0000000000000000057e8672f52286f4efbbd8c1bdc218060de6f5aba26a4744 0.20 MB 512 31
347,113 347,113 000000000000000008426aa336024a08c58528a1c69781eaeb952c3d154000f7 0.25 MB 390 21
347,112 347,112 0000000000000000039fc50baab664cedcdd58cac024a4d5fbdbe50c12ce9498 0.33 MB 613 24
347,111 347,111 00000000000000000f04cf3019a5c8835758d3e2fd44dc2e616236d8dfd0112c 0.64 MB 1,107 25
347,110 347,110 0000000000000000160f8f650243f5f17ac46b9d882856910fa7d4cd3723d8b2 0.18 MB 256 19
347,109 347,109 0000000000000000170bccbc603c77050c5a40dfc9c2f91b80b2a701fabb5e27 0.08 MB 152 25
347,108 347,108 0000000000000000152b61a8dd3736994ec00e8b885f86b03db5b8825d7a6d88 0.27 MB 501 25
347,107 347,107 00000000000000000bede094bf9a35afda084080c44329f585e75aa8c640de20 0.09 MB 124 13
347,106 347,106 0000000000000000065246f9cec7bd45fdf3246791bc430003462df28aa28929 0.43 MB 750 22
347,105 347,105 000000000000000004147dd1eed5ff84a12247dc65911d59942bf8d170b6d283 0.94 MB 1,871 24
347,104 347,104 00000000000000000ec7599e8388d2352b70df871b50ef07e952607c8a3518a4 1.00 MB 1,796 27
347,103 347,103 000000000000000009d7b847aee07205fd4a3d450e323bd956218a144733e7aa 0.05 MB 128 31
347,102 347,102 000000000000000000727bdb3f4ac97d2f126fda70661b41f0879fe74455f9af 0.16 MB 315 27
347,101 347,101 0000000000000000041a4e67fbc3084c31b3a870fe1ae827a0385ad4b571701a 0.30 MB 393 21
347,100 347,100 00000000000000000f4806f60ec8f830dde4c134c50ae436d56a190b58bb363b 0.23 MB 198 12
347,099 347,099 00000000000000000c82d2899adc95ba2613cc35320216df2079d75864b3018d 0.15 MB 287 25
Previous 10 blocks ↓
Total Size: 769.24 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,635.03 GB sent, 94.13 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.