Memory Pool Memory Pool Refreshing

869 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,885 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 860 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (560,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
347,125 347,125 0000000000000000081eb0687e6b825ce0b8ddff68f69b7a1fd14cbba3051520 0.00 MB 1 0
347,124 347,124 000000000000000015e1b6f607968f4e19c18dc5d32bc3cdd859c571c4399623 0.66 MB 585 16
347,123 347,123 00000000000000001513348b389e6f576b9e7489de994f06208884058f44e076 0.10 MB 58 14
347,122 347,122 0000000000000000055fc96d4069ecc16a6ebc8b727e146f3fb069cba5242274 0.21 MB 512 31
347,121 347,121 00000000000000000703675f5d26ffd1e301ca7951287c1b67df098ad482fdf2 0.22 MB 280 19
347,120 347,120 0000000000000000141bb944cdb17be4f79a5424ad5ca75df612a7828b5cc9c3 0.34 MB 308 15
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
Previous 10 blocks ↓
Total Size: 769.32 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,643.13 GB sent, 94.58 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.