Memory Pool Memory Pool Refreshing

1,483 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,791 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (633,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,831 273,831 0000000000000001217bb623ccf7d1ecaed3ff43800bc61171b6cbc326cc9439 0.03 MB 75 78
273,830 273,830 00000000000000023f6c6df0a81d2a59ffb61e62ad988a0e89b450804744d748 0.15 MB 240 48
273,829 273,829 00000000000000048b82bb1e2c7592c4be1abce9dc11a149af03bc4e89c9315c 0.04 MB 118 68
273,828 273,828 00000000000000039a660d275b8aec5597139f16653ebb024ebbf90eb0a7eede 0.15 MB 346 57
273,827 273,827 00000000000000008178cd330abad24cefefa5e0ac5d090dd8b444920be79723 0.15 MB 323 46
273,826 273,826 0000000000000001eef0e08e38ac79d099c45ddc12a7fbe2932dcf0b97f2baef 0.02 MB 50 45
273,825 273,825 0000000000000002cfd73f952599b12a5e834f0251e0fd210fc4df544c6b5cce 0.11 MB 271 46
273,824 273,824 00000000000000036df0ac5e1f3a00e7326df1e1d4f2d5b507ac192fc1cd9770 0.08 MB 57 16
273,823 273,823 0000000000000003254ebcdf1047894619b33494a630b0d92853da3262a2070a 0.13 MB 319 52
273,822 273,822 0000000000000002487ebeac16e64a2da2247570e8ad2c041b1d8f14cc9ac1af 0.13 MB 174 28
273,821 273,821 0000000000000000f4fa46cf7f965c4e6cce16c831c1db3195b6dcf2fa7cc71a 0.02 MB 46 32
273,820 273,820 000000000000000227d1546e80c900a80e4a80feca51c55c2544f06d018d2174 0.01 MB 17 60
273,819 273,819 00000000000000059219bbf58b060a01f48697d7f256fcbc0f91843bf4b209d4 0.07 MB 190 48
273,818 273,818 0000000000000001cb385451f202166b31eb49ff568843f554eb63153c81f3f9 0.16 MB 376 53
273,817 273,817 000000000000000469eca291af99112d3711a532121cfe00d2d1f4aea2726c8b 0.11 MB 257 44
273,816 273,816 00000000000000041b5a7ac71e6d3351a284d98882c340037f096bf10c81fa2d 0.09 MB 154 34
273,815 273,815 000000000000000131c5c819f4e1b898ddcbfc65092fb42b77f667396ca751e6 0.05 MB 79 39
273,814 273,814 0000000000000000bacd9549bcc6e995f74ad89a1d4decd1d4ebd3cb8801b29b 0.10 MB 184 33
273,813 273,813 00000000000000014e26ad0d48eeaa5c1242f52c4ebc81852fdcb5d016aa6598 0.15 MB 316 46
273,812 273,812 0000000000000004c6631c48f5732bdd256c60218dbbaa2ebffa4f7a00a8f5cd 0.04 MB 80 38
273,811 273,811 000000000000000027989388744446dfbf91ba93ac5af4d0624b30ec2e9fa975 0.21 MB 506 41
Previous 10 blocks ↓
Total Size: 769.15 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,632.46 GB sent, 93.62 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.